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