# 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 = "synd-feed" version = "0.3.3" authors = ["ymgyt"] description = "Library to handle syndication spec" homepage = "https://docs.syndicationd.ymgyt.io/synd-term/" readme = "README.md" keywords = [ "feed", "rss", "atom", "tui", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ymgyt/syndicationd" [package.metadata.dist] dist = false [dependencies.anyhow] version = "1" features = ["std"] default-features = false [dependencies.async-graphql] version = "7.0" optional = true [dependencies.async-trait] version = "0.1.80" default-features = false [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.fake] version = "2.9.2" features = [ "derive", "chrono", "derive", ] optional = true [dependencies.feed-rs] version = "1.4" default-features = false [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.moka] version = "0.12.7" features = [ "future", "future", ] [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.11.27" features = [ "rustls-tls", "json", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.synd-o11y] version = "0.1.7" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38" features = ["macros"] default-features = false [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.1" features = ["serde"] [features] fake = [ "dep:fake", "dep:rand", ] graphql = ["dep:async-graphql"] [lints.clippy] cargo_common_metadata = "warn" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" must_use_candidate = "allow" negative_feature_names = "warn" pedantic = "warn" redundant_feature_names = "warn" wildcard_dependencies = "warn" [lints.rust] unsafe_code = "forbid"