# 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.64" name = "debuginfod" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A crate for interacting with debuginfod servers. """ homepage = "https://github.com/d-e-s-o/debuginfod" readme = "README.md" keywords = [ "debuginfod", "api", "debugging", "dwarf", "tracing", ] categories = [ "api-bindings", "caching", "development-tools", "filesystem", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/d-e-s-o/debuginfod.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "debuginfod" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.dirs] version = "5.0" optional = true default-features = false [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "gzip", ] [dependencies.tempfile] version = "3.10.1" optional = true default-features = false [dependencies.tracing] version = "0.1.27" optional = true default-features = false [dev-dependencies._log_unused] version = "0.4.6" package = "log" [dev-dependencies._openssl_unused] version = "0.10.35" package = "openssl" [dev-dependencies._rustc_version_unused] version = "0.2.2" package = "rustc_version" [dev-dependencies.blazesym] version = "=0.2.0-rc.2" default-features = false [features] default = ["fs-cache"] fs-cache = [ "dep:dirs", "dep:tempfile", ] tracing = ["dep:tracing"]