# 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 = "jirachi" version = "0.1.9" authors = ["supercmmetry "] publish = ["crates-io"] description = "A collision resistant runtime agnostic key-generator" readme = "README.md" keywords = ["key", "generator", "jirachi", "collision", "resistant"] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/supercmmetry/jirachi" [[test]] name = "collision-resistance" path = "tests/collision_resistance.rs" required-features = ["collision-resistant"] [[test]] name = "adjective-noun" path = "tests/adjective_noun.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.diesel] version = "1.4.4" features = ["postgres", "r2d2"] optional = true [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.rand] version = "0.7.3" [dev-dependencies] [features] collision-resistant = ["diesel", "dotenv"]