# 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 = "drawbridge-hash" version = "0.1.0" authors = ["Profian Inc"] description = "Content digest utilities." homepage = "https://github.com/profianinc/drawbridge" keywords = ["drawbridge"] license = "AGPL-3.0-or-later" repository = "https://github.com/profianinc/drawbridge" resolver = "2" [dependencies.base64] version = "0.13.0" features = ["std"] default-features = false [dependencies.futures] version = "0.3.21" features = ["std"] default-features = false [dependencies.serde] version = "1.0.136" features = ["std"] default-features = false [dependencies.sha2] version = "0.10.2" default-features = false [dev-dependencies.async-std] version = "1.11.0" features = [ "attributes", "default", ] default-features = false