# 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 = "aoit" version = "0.1.9" authors = ["Riko Naka "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apt offline installation tool (support `Debian` family distribution only)." homepage = "https://github.com/rikonaka/aoit-rs" readme = "README.md" keywords = [ "apt", "debian", "offline", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/rikonaka/aoit-rs" [[bin]] name = "aoit" path = "src/main.rs" [dependencies.anyhow] version = "^1" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.env_logger] version = "^0" [dependencies.glob] version = "^0" [dependencies.log] version = "^0" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.sevenz-rust] version = "^0" features = ["compress"] [dependencies.sha2] version = "^0"