# 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" name = "fluent-comparisons" version = "1.0.4" authors = ["geo-ant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Boost readability by writing multicomparison expressions like `if any_of!({a,b,c}>=5) {...}` while keeping the benefits of hand-written code." homepage = "https://github.com/geo-ant/fluent-comparisons" readme = "README.md" keywords = [ "fluent", "DRY", "multi", "comparison", "expressions", ] categories = [ "development-tools", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/geo-ant/fluent-comparisons" [lib] name = "fluent_comparisons" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.fluent-comparisons-macros] version = "1.0.0" [dev-dependencies.macrotest] version = "1.0" [dev-dependencies.rand] version = "0.8"