# 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 = "sloop" version = "1.0.0" authors = ["RobbieClarken "] description = "Create an RSS feed from audiobook media files and upload to S3" homepage = "https://github.com/RobbieClarken/sloop" documentation = "https://github.com/RobbieClarken/sloop" readme = "README.md" keywords = ["audiobook", "podcast", "rss"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RobbieClarken/sloop" [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.md5] version = "0.6" [dependencies.percent-encoding] version = "2.1" [dependencies.rss] version = "1.8" [dependencies.rusoto_core] version = "0.41" [dependencies.rusoto_s3] version = "0.41" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dev-dependencies.roxmltree] version = "0.7" [dev-dependencies.serde] version = "1.0" features = ["derive"]