# 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 = "unitore" version = "0.1.0" authors = ["Kostiantyn Wandalen "] description = """ Feed reader with the ability to set updates frequency. """ documentation = "https://docs.rs/unitore" readme = "Readme.md" keywords = [ "rss-feed", "atom-feed", ] categories = ["development-tools"] license = "MIT" [package.metadata.docs.rs] features = ["full"] [dependencies.feed-rs] version = "1.4.0" [dependencies.http-body-util] version = "0.1" [dependencies.humantime-serde] version = "1.1.1" [dependencies.hyper] version = "1.1.0" features = ["full"] [dependencies.hyper-tls] version = "0.6.0" [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.serde] version = "1.0.196" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "io-std", "macros", ] [dependencies.toml] version = "0.8.10" [dev-dependencies.test_tools] version = "~0.5.0" [features] default = ["enabled"] enabled = [] full = ["enabled"]