# 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 = "rnostr" version = "0.4.7" authors = ["Arron zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance and scalable nostr relay." homepage = "https://github.com/rnostr" readme = "README.md" keywords = [ "nostr", "nostr-relay", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rnostr/rnostr.git" [lib] name = "rnostr" path = "src/lib.rs" [[bin]] name = "rnostr" path = "src/main.rs" [dependencies.actix-rt] version = "2.10.0" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clio] version = "0.3.5" features = ["clap-parse"] [dependencies.indicatif] version = "0.17.8" [dependencies.nostr-db] version = "0.4.5" features = ["search"] [dependencies.nostr-extensions] version = "0.4.7" [dependencies.nostr-relay] version = "0.4.7" features = ["search"] [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"