# 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] name = "primg" version = "0.1.0" authors = ["Larry Ng "] description = "Reproducing images with geometric primitives. Ported from https://github.com/fogleman/primitive" homepage = "https://github.com/larryng/primg" keywords = ["primitive", "image"] license = "MIT" repository = "https://github.com/larryng/primg" [lib] name = "primg" crate-type = ["dylib", "rlib"] path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies.clap] version = "2.29" [dependencies.image] version = "0.18.0" [dependencies.num_cpus] version = "1.7.0" [dependencies.rand] version = "0.4" [dependencies.threadpool] version = "1.7.1" [target."cfg(target_os=\"android\")".dependencies.jni] version = "~0.8.1" default-features = false