# 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 = "lightspeed_hash" version = "0.60.0" authors = ["Francesco Cina "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hash functions." homepage = "https://github.com/LightHero/lightspeed" readme = "README.md" keywords = [ "hash", "validation", ] license = "MIT" repository = "https://github.com/LightHero/lightspeed" [lib] name = "lightspeed_hash" path = "src/lib.rs" [[test]] name = "hash_test" path = "tests/hash_test.rs" [dependencies.base64] version = "0.22" [dependencies.lightspeed_core] version = "0.60.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dev-dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dev-dependencies.lightspeed_logger] version = "0.60.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false