# 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 = "strandify" version = "0.4.3" authors = ["Loic Coyle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A string art generation library." readme = "README.md" keywords = [ "string-art", "generative-art", "art", ] license = "MIT" repository = "https://github.com/loiccoyle/strandify" [lib] name = "strandify" path = "src/lib.rs" [[bench]] name = "pather" path = "benches/pather.rs" harness = false [dependencies.env_logger] version = "0.11.5" [dependencies.image] version = "0.25.2" [dependencies.indicatif] version = "0.17.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.resvg] version = "0.43.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.svg] version = "0.17.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ctor] version = "0.2.8" [features] default = ["parallel"] parallel = [ "rayon", "indicatif/rayon", ]