# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uix" version = "0.0.7" authors = ["cccache "] description = "Self use toolkits" license = "MIT OR Apache-2.0" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "uix" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.cf] version = "0.0.4" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.futures-util] version = "0.3.14" [dependencies.indicatif] version = "0.15.0" [dependencies.rand] version = "0.8.4" [dependencies.redis] version = "0.21.0" [dependencies.reqwest] version = "0.11.6" features = ["multipart", "stream"] [dependencies.tokio] version = "1.12.0" features = ["full"]