kanoko 0.7.0

A library for generative art (initially) based off of a traditional Japanese tie-dye pattern
Documentation
# 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 = "2024"
name = "kanoko"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for generative art (initially) based off of a traditional Japanese tie-dye pattern"
documentation = "https://docs.rs/kanoko/"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/thekakkun/kanoko"

[lib]
name = "kanoko"
path = "src/lib.rs"

[[example]]
name = "gradation"
path = "examples/gradation.rs"

[[example]]
name = "kanoko"
path = "examples/kanoko.rs"

[[example]]
name = "nazar"
path = "examples/nazar.rs"

[[example]]
name = "placemat"
path = "examples/placemat.rs"

[[example]]
name = "sunflower"
path = "examples/sunflower.rs"

[dependencies.bon]
version = "3.8.1"

[dependencies.hex_color]
version = "3.0.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.rand_distr]
version = "0.6.0"
features = ["alloc"]

[dependencies.svg]
version = "0.18.0"