# 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 = "nyauser-cli" version = "0.1.2" authors = ["Protryon "] description = "Torrent and media management daemon" readme = "README.md" keywords = [ "torrent", "nyaa", "management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Protryon/nyauser" [[bin]] name = "nyc" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.cli-table] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "1.9" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nyauser-types] version = "0.1.2" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scrawl] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "2.1"