# 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 = "oxyd" version = "0.1.0" description = "Coldwire's cryptographic library" license = "MIT" repository = "https://git.coldwire.org/coldwire/libraries/liboxyd/liboxyd-rs" resolver = "2" [dependencies.bip0039] version = "0.10.1" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.hex] version = "0.4.3" [dependencies.hkdf] version = "0.12.3" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.sha2] version = "0.10.2" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"]