[package] name = "index-debcargo" version = "2.0.1" edition = "2021" description = "Find which Rust crates are packaged in Debian via debcargo-conf repository" homepage = "https://lib.rs/crates/index-debcargo" license = "CC0-1.0" [dependencies] cargo_author = "1.0.6" debian-changelog = "0.2" gix = { version = "0.67", default-features = false, features = ["basic", "blocking-network-client", "blocking-http-transport-reqwest-rust-tls"] } serde = { version = "1.0.192", features = ["derive"] } thiserror = "1.0.50" toml = { version = "0.8.8", default-features = false, features = ["parse"] }