# 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 = "trauma" version = "2.2.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simplify and prettify HTTP downloads" homepage = "https://github.com/rgreinho/trauma" readme = "README.md" keywords = [ "http", "download", "async", "tokio", "indicatif", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/rgreinho/trauma" [lib] name = "trauma" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "with-authentication" path = "examples/with-authentication.rs" [[example]] name = "with-path-as-filename" path = "examples/with-path-as-filename.rs" [[example]] name = "with-range-error-handling" path = "examples/with-range-error-handling.rs" [[example]] name = "with-report" path = "examples/with-report.rs" [[example]] name = "with-resume" path = "examples/with-resume.rs" [[example]] name = "with-style" path = "examples/with-style.rs" [dependencies.form_urlencoded] version = "1.1.0" [dependencies.futures] version = "0.3.25" [dependencies.indicatif] version = "0.17.3" [dependencies.reqwest] version = "0.12.4" features = [ "stream", "socks", ] [dependencies.reqwest-middleware] version = "0.4.0" [dependencies.reqwest-retry] version = "0.7.0" [dependencies.reqwest-tracing] version = "0.5" features = ["opentelemetry_0_22"] [dependencies.task-local-extensions] version = "0.1.3" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.28" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.color-eyre] version = "0.6.1" [dev-dependencies.comfy-table] version = "7.0.0" [dev-dependencies.console] version = "0.15" [dev-dependencies.opentelemetry] version = "0.27.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]