# 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 = "dlfile" version = "0.5.0" description = "A basic utility to download files over HTTPS" readme = "README.md" license = "MIT" resolver = "2" [dependencies.bytefmt] version = "0.1.7" [dependencies.clap] version = "4.0.15" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.0" [dependencies.eyre] version = "0.6.6" [dependencies.libc] version = "0.2.117" [dependencies.reqwest] version = "0.11.9" features = [ "rustls-tls", "trust-dns", "gzip", ] default-features = false [dependencies.seccompiler] version = "0.2.0" [dependencies.tokio] version = "1.16.1" features = ["full"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.7"