# 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" rust-version = "1.74" name = "crypto-seal" version = "0.3.0" authors = ["Darius Clark"] exclude = [".gitignore"] description = """ A small utility designed to securely \"package\" or seal serde-compatible data type that can passed around in an uncompromised manner. """ readme = "README.md" keywords = [ "security", "cryptography", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/dariusc93/crypto-seal" [lib] crate-type = [ "cdylib", "rlib", "staticlib", ] [dependencies.aes-gcm] version = "0.10" features = ["stream"] [dependencies.anyhow] version = "1" [dependencies.bs58] version = "0.5" [dependencies.curve25519-dalek] version = "4" [dependencies.ed25519-dalek] version = "2" features = ["serde"] [dependencies.hmac] version = "0.12" [dependencies.libp2p-identity] version = "0.2.8" features = [ "ed25519", "rand", ] optional = true [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.28" features = [ "rand-std", "serde", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1" [dependencies.x25519-dalek] version = "2" features = ["static_secrets"] [dependencies.zeroize] version = "1" [features] default = [] libp2p-identity = ["dep:libp2p-identity"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]