# 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] name = "hermod" version = "0.1.3" authors = ["Richard Brodie "] description = "A rust futures-based RSS/Atom library" documentation = "https://docs.rs/hermod" readme = "README.md" license = "MIT" repository = "https://github.com/richardbrodie/hermod" [dependencies.atom_syndication] version = "^0.6" [dependencies.chrono] version = "^0.4.4" features = ["serde"] [dependencies.futures] version = "^0.1" [dependencies.hyper] version = "^0.12.8" [dependencies.hyper-tls] version = "^0.3.0" [dependencies.log] version = "^0.4.0" [dependencies.quick-xml] version = "^0.13.0" [dependencies.rss] version = "^1.5.0" [dependencies.serde] version = "^1.0.70" [dependencies.serde_derive] version = "^1.0.70" [dependencies.tokio-current-thread] version = "^0.1" [dependencies.tokio-timer] version = "^0.2" [dependencies.url] version = "^1.7.0"