# 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 = "pigmnts-cli" version = "0.1.3" authors = ["Akash Hamirwasia"] description = "Generate a color palette from an image right on the command line" readme = "README.md" license = "MIT" repository = "https://github.com/blenderskool/pigmnts.git" [profile.release] lto = true codegen-units = 1 [[bin]] name = "pigmnts" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.image] version = "0.23.2" [dependencies.lazy_static] version = "^1.4.0" [dependencies.pigmnts] version = "0.7.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.reqwest] version = "0.10" features = ["blocking"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.spinners] version = "1.2.0" [dependencies.termion] version = "1.5.5" [build-dependencies.serde_cbor] version = "^0.11.1" [build-dependencies.serde_json] version = "^1.0.52"