# 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 = "rattler_digest" version = "1.0.3" authors = ["Bas Zalmstra "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An simple crate used by rattler crates to compute different hashes from different sources" homepage = "https://github.com/conda/rattler" readme = "README.md" categories = ["development-tools"] license = "BSD-3-Clause" repository = "https://github.com/conda/rattler" [lib] name = "rattler_digest" path = "src/lib.rs" [dependencies.blake2] version = "0.10.6" [dependencies.digest] version = "0.10.7" [dependencies.generic-array] version = "0.14.7" optional = true [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.6" [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dependencies.serde_with] version = "3.11.0" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.41.0" features = ["io-util"] optional = true default-features = false [dev-dependencies.md-5] version = "0.10.6" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.tempfile] version = "3.13.0" [features] serde = [ "dep:serde", "generic-array/serde", ] tokio = ["dep:tokio"]