# 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 = "mget" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to pirate things off the internet" homepage = "https://github.com/nearest-river/mget" documentation = "https://docs.rs/mget" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/nearest-river/mget" [package.metadata] repository = "https://github.com/nearest-river/mget" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [[bin]] name = "mget" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.futures] version = "0.3.31" features = ["thread-pool"] [dependencies.indicatif] version = "0.17.8" features = [ "futures", "tokio", ] [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["rustls-tls"] [dependencies.tl] version = "0.7.8" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" features = ["async-await"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["tracing"]