# 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-rs-ext" version = "0.1.1" authors = ["Otherlayer "] description = "gRPC extensions (plugins) server for nostr-rs-relay" readme = "README.md" keywords = [ "nostr", "nostr-rs", "relay", "extension", "plugin", ] license = "MIT" repository = "https://github.com/otherlayer/nostr-rs-ext/" [dependencies.clap] version = "4.0.32" features = [ "env", "default", "derive", ] [dependencies.config] version = "0.12" features = ["toml"] [dependencies.libloading] version = "0.7" [dependencies.nostr-rs-plugin] version = "0.1.1" [dependencies.nostr-rs-proto] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = [ "full", "tracing", "signal", ] [dependencies.tonic] version = "0.8.3" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.2.0" [dev-dependencies] [build-dependencies.tonic-build] version = "0.8.3" features = ["prost"]