# 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 = "greenfield" version = "0.1.4" description = "A library for greenfield images" homepage = "https://github.com/Tomcat-42/greenfield" documentation = "https://docs.rs/greenfield" readme = "Readme.md" license = "MIT" repository = "https://github.com/Tomcat-42/greenfield" resolver = "1" [[bench]] name = "greenfield_benches" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.colored] version = "2.0.0" [dependencies.deku] version = "0.15.1" [dependencies.image] version = "0.24.5" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.6.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.lazy_static] version = "1.4.0"