[package] name = "oxyd" version = "0.1.0" edition = "2021" description = "Coldwire's cryptographic library" license = "MIT" repository = "https://git.coldwire.org/coldwire/libraries/liboxyd/liboxyd-rs" [dependencies] rand = {version = "0.8.5", features = ["getrandom"]} libsecp256k1 = "0.7.1" chacha20poly1305 = { version = "0.10.1", features = ["stream"] } sha2 = "0.10.2" hkdf = "0.12.3" hex = "0.4.3" bip0039 = "0.10.1" [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] }