# 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 = "bc-crypto" version = "0.5.0" authors = ["Blockchain Commons"] description = "A uniform API for cryptographic primitives used in Blockchain Commons projects" documentation = "https://docs.rs/bc-crypto" readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "BSD-2-Clause-Patent" repository = "https://github.com/BlockchainCommons/bc-crypto-rust" [dependencies.bc-rand] version = "^0.2.0" [dependencies.chacha20poly1305] version = "^0.10.1" [dependencies.crc32fast] version = "^1.3.2" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.hex] version = "^0.4.3" [dependencies.hkdf] version = "^0.12.3" [dependencies.hmac] version = "^0.12.1" [dependencies.pbkdf2] version = "^0.12.1" [dependencies.rand] version = "^0.8.5" [dependencies.secp256k1] version = "^0.30.0" [dependencies.sha2] version = "^0.10.6" [dependencies.thiserror] version = "^1.0.48" [dependencies.x25519-dalek] version = "2.0.0-rc.2" features = ["static_secrets"] [dev-dependencies.hex] version = "^0.4.3" [dev-dependencies.hex-literal] version = "^0.4.1" [dev-dependencies.version-sync] version = "^0.9"