# 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 = "nostr-nostd" version = "0.2.1" authors = ["Isaac Eiter"] description = "Implementation of a nostr client in a ![no_std] environment" documentation = "https://docs.rs/nostr-nostd" readme = "README.md" keywords = [ "crypto", "nostr", ] categories = [ "cryptography", "encoding", "no-std", ] license = "MIT" repository = "https://github.com/isaac-asdf/nostr-nostd" [dependencies.aes] version = "0.8.3" [dependencies.base16ct] version = "0.2.0" [dependencies.base64ct] version = "1.6.0" [dependencies.cbc] version = "0.1.2" default-features = false [dependencies.heapless] version = "0.7.14" default-features = false [dependencies.secp256k1] version = "0.27.0" features = ["lowmemory"] default-features = false [dependencies.sha2] version = "0.10.7" default-features = false