# 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 = "2021" rust-version = "1.74.0" name = "pastel" version = "0.10.0" authors = ["David Peter "] build = "build.rs" exclude = ["doc/pastel.gif"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to generate, analyze, convert and manipulate colors" homepage = "https://github.com/sharkdp/pastel" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/pastel" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "pastel" path = "src/lib.rs" [[bin]] name = "pastel" path = "src/cli/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[bench]] name = "parse_color" path = "benches/parse_color.rs" harness = false [dependencies.atty] version = "0.2" [dependencies.clap] version = "3" features = [ "suggestions", "color", "wrap_help", "cargo", ] [dependencies.nom] version = "7.1.3" [dependencies.once_cell] version = "1.18.0" [dependencies.output_vt100] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand_xoshiro] version = "0.6.0" [build-dependencies.clap] version = "3" features = ["cargo"] [build-dependencies.clap_complete] version = "3" [build-dependencies.once_cell] version = "1.18.0" [build-dependencies.output_vt100] version = "0.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(pastel_normal_build)"]