# 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 = "nostress" version = "0.1.2" description = "Nostr to RSS" readme = "README.md" license = "Apache-2.0" [dependencies.axum] version = "0.7.2" [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.nostr-sdk] version = "0.26.0" [dependencies.rss] version = "2.0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.service_conventions] version = "0.0.1" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tower-http] version = "0.5.0" features = [ "tracing", "trace", ] [dependencies.tracing] version = "0.1.40"