# 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 = "wowcpe" version = "0.2.2" authors = ["Mitchell Kember "] description = "Command-line tool for the classical radio station WCPE" homepage = "https://github.com/mk12/wowcpe" documentation = "https://docs.rs/wowcpe" readme = "README.md" keywords = ["classical", "music", "WCPE", "scraper"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mk12/wowcpe" [lib] name = "wowcpe" doc = true [[bin]] name = "wowcpe" doc = false [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.5" [dependencies.clap] version = "2.33" [dependencies.curl] version = "0.4" [dependencies.marksman_escape] version = "0.1" [dependencies.scraper] version = "0.12" [dependencies.xdg] version = "2.2.0" [dev-dependencies.assert_matches] version = "1.3"