# 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 = "discloud-cli" version = "0.2.2-alpha" description = "Blazingly fast Discloud CLI" readme = "README.md" license = "Apache-2.0" [[bin]] name = "discloud" path = "src/main.rs" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.directories] version = "4.0.1" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", "multipart", "rustls-tls", ] default-features = false [dependencies.sentry] version = "0.27.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.spinners] version = "4.1.0" [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "0.6.2"