# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "notfeed" version = "0.2.1" authors = ["ylfeng "] exclude = [".github"] description = "Turn GitHub into an RSS reader." homepage = "https://github.com/NotCraft/NotFeed" keywords = ["shell", "server", "rss"] license = "GPL-2.0" repository = "https://github.com/NotCraft/NotFeed" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" [dependencies.clap_generate] version = "3.0.0-beta.2" [dependencies.figment] version = "0.10" features = ["toml", "yaml", "env"] [dependencies.fs_extra] version = "1.2.0" [dependencies.handlebars] version = "4.1.2" features = ["script_helper", "dir_source"] [dependencies.handlebars_misc_helpers] version = "0.12.1" optional = true default-features = false [dependencies.html-escape] version = "0.2" [dependencies.html-minifier] version = "3" [dependencies.katex] version = "0.4.0-alpha.1" optional = true [dependencies.latex2mathml] version = "0.2" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.pcre2] version = "0.2" optional = true [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json", "rustls-tls", "socks"] default-features = false [dependencies.rhai] version = "1.0" [dependencies.rss] version = "1.0" features = ["with-serde"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.warp] version = "0.3" features = ["tls"] [dev-dependencies.cargo-husky] version = "1" [features] default = ["texml_render"] katex_render = ["katex", "pcre2"] misc_helpers = ["handlebars_misc_helpers/json", "handlebars_misc_helpers/jsonnet", "handlebars_misc_helpers/string", "handlebars_misc_helpers/http_reqwest"] texml_render = ["latex2mathml"]