[package] name = "coracle-lib" version = "0.1.0" edition = "2021" description = "Struct definitions and stateless utilities related to nostr" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10" secp256k1 = { version = "0.29", features = ["global-context", "serde", "rand"] } hex = "0.4" bech32 = "0.11" rand = "0.8" scrypt = { version = "0.11", default-features = false, features = ["std"] } chacha20poly1305 = "0.10" chacha20 = "0.9" hmac = "0.12" hkdf = "0.12" base64 = "0.22" unicode-normalization = "0.1"