# 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 = "rwget" version = "0.1.5" authors = ["ahaoboy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rwget" homepage = "https://github.com/ahaoboy/rwget" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/rwget" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 strip = true [lib] name = "rwget" path = "src/lib.rs" [[bin]] name = "rwget" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.tokio] version = "1" features = ["full"] [target.'cfg(not(target_os = "windows"))'.dependencies.openssl] version = "0.10" features = ["vendored"]