# 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 = "gnip44" version = "0.0.64" authors = [ "gnostr admin@gnostr.org", "Mike Dilger ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "gnostr: a git+nostr workflow utility" homepage = "https://github.com/gnostr-org/gnostr-bins" readme = "README.md" license = "MIT" repository = "https://github.com/gnostr-org/gnostr-bins" [lib] name = "gnip44" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.chacha20] version = "0.9" [dependencies.constant_time_eq] version = "0.3" [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.secp256k1] version = "0.29" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.secp256k1] version = "0.29" features = ["global-context"] [dev-dependencies.serde_json] version = "1.0"