# 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 = "index-debcargo" version = "2.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find which Rust crates are packaged in Debian via debcargo-conf repository" homepage = "https://lib.rs/crates/index-debcargo" readme = "README.md" license = "CC0-1.0" [lib] name = "index_debcargo" path = "src/lib.rs" [dependencies.cargo_author] version = "1.0.6" [dependencies.debian-changelog] version = "0.2" [dependencies.gix] version = "0.67" features = [ "basic", "blocking-network-client", "blocking-http-transport-reqwest-rust-tls", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.toml] version = "0.8.8" features = ["parse"] default-features = false