# 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" rust-version = "1.75" name = "debian-repo-tool" version = "0.9.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to interact with Debian repositories" homepage = "https://github.com/indygreg/linux-packaging-rs" readme = "README.md" keywords = [ "debian", "package", "apt", "deb", ] license = "MPL-2.0" repository = "https://github.com/indygreg/linux-packaging-rs.git" [[bin]] name = "drt" path = "src/main.rs" [[test]] name = "cli_tests" path = "tests/cli_tests.rs" [dependencies.clap] version = "4.5.20" [dependencies.debian-packaging] version = "0.18.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.pbr] version = "1.1.1" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.66" [dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.trycmd] version = "0.15.8"