# 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 = "debbugs" version = "0.1.5" authors = ["Jelmer Vernooij "] description = "Debian Bugtracking System API client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jelmer/debbugs-rs" [[example]] name = "newest" required-features = ["tokio"] [[example]] name = "get_bug_log" required-features = ["tokio"] [[example]] name = "get_bugs" required-features = ["tokio"] [[example]] name = "get_usertag" required-features = ["tokio"] [[example]] name = "wnpp_bugs" required-features = ["tokio"] [dependencies.debversion] version = "0.4" [dependencies.env_logger] version = ">=0.10.0" optional = true [dependencies.lazy-regex] version = ">=2" [dependencies.log] version = ">=0.4" [dependencies.mailparse] version = "0.15" optional = true [dependencies.maplit] version = "1" [dependencies.reqwest] version = ">=0.11" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.xmltree] version = "0.11" [features] blocking = ["reqwest/blocking"] default = [ "blocking", "tokio", "mailparse", ] mailparse = ["dep:mailparse"] tokio = ["dep:tokio"]