# 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 = "purrmitive" version = "0.2.0" authors = ["chux0519 "] description = "Reproducing images with geometric primitives." homepage = "https://github.com/chux0519/purr" documentation = "https://docs.rs/purrmitive" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/chux0519/purr" [[bin]] name = "purr" required-features = ["cli"] [dependencies.clap] version = "2.33.1" optional = true [dependencies.crossbeam-channel] version = "0.4" [dependencies.dyn-fmt] version = "0.3.0" [dependencies.env_logger] version = "0.7.1" [dependencies.gif] version = "0.10.3" [dependencies.image] version = "0.23.8" [dependencies.log] version = "0.4" [dependencies.nsvg] version = "0.5.1" default-features = false [dependencies.num_cpus] version = "1.0" [dependencies.rand] version = "0.7.3" features = ["small_rng"] [dependencies.rand_distr] version = "0.2.2" [dependencies.threadpool] version = "1.0" [features] cli = ["clap"]