# 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 = "geopattern" version = "0.5.0" authors = ["Suyash "] include = ["src/", "benches", "LICENSE-*", "README.md"] description = "Beautiful generative geometric background images from a string, a Rust implementation of geo_pattern from @jasonlong" documentation = "https://docs.rs/geopattern" readme = "README.md" keywords = ["geometric", "patterns", "geopattern"] license = "MIT OR Apache-2.0" repository = "https://github.com/suyash/geopattern-rs" [[bench]] name = "benches" harness = false [dependencies.svg] version = "0.8.0" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.rand] version = "0.7.3" features = ["small_rng"] [dev-dependencies.sha-1] version = "0.9.1"