# 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 = "oscar" version = "0.1.20" authors = ["Adam Simpson "] description = "A CLI application to download videos from PBS. Ideally run in cron or another scheduler." readme = "README.md" keywords = ["cli", "video", "pbs"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/asimpson/oscar" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false debug-assertions = false panic = "abort" overflow-checks = false incremental = false [dependencies.dirs] version = "2.0" [dependencies.log] version = "0.4.8" features = ["max_level_info"] [dependencies.reqwest] version = "0.9.21" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "1.3.0" [dependencies.structopt] version = "0.3.5" [target.arm-unknown-linux-gnueabihf.dependencies.reqwest] version = "0.9.21" features = ["default-tls-vendored"] default-features = false