# 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 = "yumo-utils" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "utils for yumo api. easy to use data" readme = "README.md" license = "MIT" [lib] name = "yumo_utils" path = "src/lib.rs" [[bin]] name = "yumo-utils" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.colored] version = "2.1.0" optional = true [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11" optional = true [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "blocking", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8" [features] chrono = ["dep:chrono"] cli = [ "clap", "env_logger", "colored", "chrono", ] default = ["cli"]