# 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 = "yt-feed-xml" version = "0.2.2" description = "A crate used to parse data from Youtube's XML feeds. WIP USE AT YOUR OWN RISK." license = "Unlicense" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.color-eyre] version = "0.6.2" [dependencies.derive_builder] version = "0.12.0" features = ["clippy"] [dependencies.hyper] version = "0.14.23" features = [ "client", "http1", "tcp", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.rust_decimal] version = "1.26.1" [dependencies.serde] version = "1.0.147" features = ["serde_derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.tokio] version = "1.21.2" features = ["full"]