# 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 = "podserve" version = "0.2.0" authors = ["Pascal Hartig "] description = "Spin up an RSS podcast feed webserver from a directories of MP3s" readme = "README.md" keywords = ["rss", "podcast", "podcasts"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/passy/podserve" [dependencies.chrono] version = "0.4.6" [dependencies.failure] version = "0.1.5" [dependencies.id3] version = "0.3.0" [dependencies.log] version = "0.4.6" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.rocket] version = "0.4.1" [dependencies.rocket_contrib] version = "0.4.1" [dependencies.rss] version = "1.8.0" [dependencies.serde] version = "1.0.98" [dependencies.serde_derive] version = "1.0.98" [dependencies.structopt] version = "0.2.17" [dependencies.toml] version = "0.5.1" [dependencies.url] version = "1.7.2"