# 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 = "nopkg" version = "1.0.1" authors = ["132ikl <132@ikl.sh>"] description = "command line tool to automatic artifact fetching" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://git.ikl.sh/132ikl/nopkg" [dependencies.anyhow] version = "1.0.34" [dependencies.bincode] version = "1.3.1" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.14.0" [dependencies.ctrlc] version = "3.1.7" [dependencies.dialoguer] version = "0.8.0" [dependencies.enum_dispatch] version = "0.3.4" [dependencies.indicatif] version = "0.15.0" [dependencies.phf] version = "0.8.0" features = ["macros"] [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.thiserror] version = "1.0.23" [dependencies.ureq] version = "1.5.2" features = ["json"] [dependencies.url] version = "2.2.0"