# 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 = "siwi-download" version = "0.2.5" authors = ["Mankong "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async download file" documentation = "https://docs.rs/siwi-download" readme = "README.md" keywords = [ "siwi-download", "download", "siwi", ] categories = [ "filesystem", "command-line-interface", ] license = "MIT" repository = "https://github.com/rs-videos/siwi-download.git" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = [ "--cfg", 'feature="docs"', ] [lib] name = "siwi_download" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [[example]] name = "download" path = "examples/download.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [features] docs = ["unstable"] unstable = []