# 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 = "linux-package-analyzer" version = "0.3.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to analyze Linux packages" homepage = "https://github.com/indygreg/linux-packaging-rs" readme = "README.md" keywords = [ "deb", "package", "rpm", ] license = "MPL-2.0" repository = "https://github.com/indygreg/linux-packaging-rs.git" [[bin]] name = "lpa" path = "src/main.rs" [[test]] name = "cli_tests" path = "tests/cli_tests.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.clap] version = "4.5.20" [dependencies.cpio] version = "0.4.0" [dependencies.debian-packaging] version = "0.18.0" [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.iced-x86] version = "1.21.0" [dependencies.indoc] version = "2.0.5" [dependencies.num_cpus] version = "1.16.0" [dependencies.object] version = "0.36.5" [dependencies.once_cell] version = "1.20.2" [dependencies.pbr] version = "1.1.1" [dependencies.rpm-repository] version = "0.3.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.symbolic-demangle] version = "12.12.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.url] version = "2.5.2" [dependencies.xz2] version = "0.1.7" features = ["static"] [dependencies.zstd] version = "0.13.2" [dev-dependencies.trycmd] version = "0.15.8"