# 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 = "feedlynx" version = "0.2.0" authors = ["Wesley Moore "] description = "Collect links to read or watch later in your RSS reader." homepage = "https://github.com/wezm/feedlynx" readme = "README.md" keywords = [ "rss", "cli", "feed", "atom", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wezm/feedlynx" [profile.release] strip = "debuginfo" [profile.test] opt-level = 1 [dependencies.atom_syndication] version = "0.12.3" default-features = false [dependencies.chrono] version = "0.4.38" features = [ "now", "std", ] default-features = false [dependencies.env_logger] version = "0.11.5" features = ["humantime"] default-features = false [dependencies.form_urlencoded] version = "1.2.1" [dependencies.html5gum] version = "0.5.7" [dependencies.httpdate] version = "1.0.3" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.mime] version = "0.3.17" [dependencies.minreq] version = "2.12.0" [dependencies.pico-args] version = "0.5.0" [dependencies.tiny_http] version = "0.12.0" [dependencies.tinyjson] version = "2.5.1" [dependencies.uriparse] version = "0.6.4" [features] default = ["rust-tls"] native-tls = ["minreq/https-native"] rust-tls = ["minreq/https-rustls"] [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console", ]