# 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 = "anychain-kms" version = "0.1.13" authors = [ "Shawndslee", "cregis.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms." homepage = "https://www.cregis.com" readme = "README.md" keywords = [ "cryptography", "security", "signature", "algorithm", ] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/0xcregis/anychain" [lib] name = "anychain_kms" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bs58] version = "0.4" features = [ "check", "alloc", ] default-features = false [dependencies.curve25519-dalek] version = "4.1.3" features = ["group"] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.encoding] version = "0.2.33" [dependencies.group] version = "0.13.0" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.12.1" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.once_cell] version = "1.18.0" [dependencies.pbkdf2] version = "0.12.1" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.ripemd] version = "0.1.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.subtle] version = "2" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.unicode-normalization] version = "0.1.22" [dependencies.zeroize] version = "1.3.0" default-features = false [dev-dependencies.hex-literal] version = "0.4" [features] alloc = ["zeroize/alloc"] chinese-simplified = [] chinese-traditional = [] default = [ "std", "chinese-simplified", "chinese-traditional", "french", "italian", "japanese", "korean", "spanish", ] french = [] italian = [] japanese = [] korean = [] spanish = [] std = ["alloc"]