80 lines
1.5 KiB
TOML
80 lines
1.5 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2024"
|
|
rust-version = "1.85.0"
|
|
name = "moxcms"
|
|
version = "0.7.5"
|
|
authors = ["Radzivon Bartoshyk"]
|
|
build = false
|
|
exclude = [
|
|
"*.jpg",
|
|
"../../assets/*",
|
|
"*.png",
|
|
"*.icc",
|
|
"./assets/*",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Simple Color Management in Rust"
|
|
homepage = "https://github.com/awxkee/moxcms"
|
|
documentation = "https://github.com/awxkee/moxcms"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"icc",
|
|
"cms",
|
|
"color",
|
|
"cmyk",
|
|
]
|
|
categories = ["multimedia::images"]
|
|
license = "BSD-3-Clause OR Apache-2.0"
|
|
repository = "https://github.com/awxkee/moxcms.git"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[features]
|
|
avx = []
|
|
avx512 = []
|
|
default = [
|
|
"avx",
|
|
"sse",
|
|
"neon",
|
|
]
|
|
neon = []
|
|
options = []
|
|
sse = []
|
|
|
|
[lib]
|
|
name = "moxcms"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.num-traits]
|
|
version = "0.2"
|
|
|
|
[dependencies.pxfm]
|
|
version = "^0.1.1"
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.9"
|
|
|
|
[profile.profiling]
|
|
debug = 2
|
|
inherits = "release"
|