# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "colorblind" version = "0.0.1" authors = ["Simonsan "] exclude = ["Cargo.lock", "changelog.toml", "deny.toml", "justfile", "release.toml", "rustfmt.toml", "bors.toml", ".gitjournal.toml", ".clog.toml", "tests/**/*", ".github/**/*"] description = "Colorblind-rs helps you to make your software more inclusive\n" documentation = "https://docs.rs/colorblind/" readme = "README.md" keywords = ["accessibility", "colorblind"] categories = [""] license = "Unlicense" repository = "https://github.com/simonsan/colorblind-rs" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{crate_name}} {{version}} / {{date}}" upload-doc = true [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [lib] name = "colorblind" crate-type = ["lib"] path = "src/lib.rs" edition = "2018" [[bin]] name = "colorblind" path = "src/main.rs" edition = "2018" [dependencies.anyhow] version = "1.0" [dependencies.human-panic] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6"