# 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-auth" version = "0.2.3" authors = ["ymgyt"] description = "syndicationd authentication lib" 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.chrono] version = "0.4.38" features = ["now"] default-features = false [dependencies.http] version = "0.2" [dependencies.http-serde-ext] version = "0.1" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.reqwest] version = "0.11.27" features = [ "rustls-tls", "json", "rustls-tls-webpki-roots", ] default-features = false [dependencies.serde] version = "1" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38" features = ["time"] default-features = false [dependencies.tracing] version = "0.1.40" [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"