# 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 = "dcc-lsystem" version = "0.6.3" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "An implementation of a Lindenmayer system together with some rendering tools" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dcchut/dcc-lsystem" [[example]] name = "cantor_set" path = "examples/cantor_set.rs" required-features = ["image_renderer"] [[example]] name = "dragon_curve" path = "examples/dragon_curve.rs" required-features = ["image_renderer"] [[example]] name = "fractal_binary_tree" path = "examples/fractal_binary_tree.rs" required-features = ["image_renderer"] [[example]] name = "fractal_plant" path = "examples/fractal_plant.rs" required-features = ["image_renderer"] [[example]] name = "koch_curve" path = "examples/koch_curve.rs" required-features = ["image_renderer"] [[example]] name = "koch_curve_video" path = "examples/koch_curve_video.rs" required-features = ["image_renderer"] [[example]] name = "random_fractal_generator" path = "examples/random_fractal_generator.rs" required-features = ["image_renderer"] [[example]] name = "sierpinski_arrowhead" path = "examples/sierpinski_arrowhead.rs" required-features = ["image_renderer"] [[example]] name = "sierpinski_triangle" path = "examples/sierpinski_triangle.rs" required-features = ["image_renderer"] [[example]] name = "dragon_curve_data" path = "examples/dragon_curve_data.rs" [dependencies.dcc-lsystem-derive] version = "0.1" [dependencies.dyn-clone] version = "1.0" [dependencies.gif] version = "0.11" optional = true [dependencies.gifski] version = "1.0" optional = true [dependencies.image] version = "0.23" optional = true [dependencies.imageproc] version = "0.22" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.pbr] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.tempfile] version = "3.2" [features] default = ["image_renderer"] image_renderer = ["image", "imageproc", "gif", "gifski"]