# 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 = "cryptimitives" version = "0.20.0" authors = ["Oleksandr Yermakov "] description = "Cryptographic primitives collection." readme = "README.md" keywords = [ "crypto", "cryptography", ] categories = ["cryptography"] license = "MIT" [dependencies.aes-gcm] version = "0.10" features = ["alloc"] [dependencies.bip39] version = "2" features = [] [dependencies.chacha20] version = "0.9" [dependencies.cryptraits] version = "0.14.1" [dependencies.cryptraits-macros] version = "0.1.0" [dependencies.curve25519-dalek-ng] version = "4.1.1" features = ["alloc"] [dependencies.ed25519-dalek] version = "2" features = ["alloc"] [dependencies.hex] version = "0.4.3" [dependencies.hkdf] version = "0.12" default-features = false [dependencies.hmac] version = "0.12" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.schnorrkel] version = "0.10" default-features = false [dependencies.serde] version = "1.0.136" optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.zeroize] version = ">=1.6" features = ["zeroize_derive"] [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.serde_test] version = "1.0.136" [features] default = ["std"] serde_derive = ["serde"] std = [ "cryptraits/std", "aes-gcm/std", "bip39/std", "bip39/rand", "chacha20/std", "hmac/std", "hkdf/std", "rand_core/std", "schnorrkel/std", "schnorrkel/getrandom", "curve25519-dalek-ng/std", "curve25519-dalek-ng/u64_backend", "serde/std", "sha2/std", "ed25519-dalek/std", ]