[dependencies.bresenham]
version = "0.1.1"
[dependencies.image]
version = "0.25.5"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.num_cpus]
version = "1.16.0"
[dependencies.palette]
version = "0.7.6"
[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.svg]
version = "0.18.0"
[dependencies.thiserror]
version = "2.0.10"
[lib]
name = "string_art"
path = "src/lib.rs"
[package]
authors = ["Rubén Cantón Casado <rubcc95@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Convert images into thread patterns for creating string art. It generates detailed instructions in text format and provides graphical previews of the resulting patterns."
documentation = "https://docs.rs/string_art"
edition = "2021"
license = "MIT"
name = "string_art"
readme = false
repository = "https://github.com/rubcc95/string_art"
version = "0.1.0-alpha.1"