# 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-bot" version = "0.3.0" description = "Nostr bot library" documentation = "https://docs.rs/nostr-bot" readme = "README.md" keywords = [ "nostr", "bot", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/slaninas/nostr-bot" [lib] doctest = false [dependencies.bech32] version = "0.9" [dependencies.env_logger] version = "0.9" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.23" features = [ "rand", "rand-std", "bitcoin_hashes", ] [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.19" features = [ "macros", "rt-multi-thread", "time", "sync", ] [dependencies.tokio-socks] version = "0.5" [dependencies.tokio-tungstenite] version = "0.17" features = ["native-tls"] [dependencies.tungstenite] version = "0.17" [dependencies.url] version = "2.2"