# 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 = "rusty-systems" version = "5.0.0" exclude = [ "docs", "11ty", ".*", ] description = "A library for procedurally generating content using L-Systems" homepage = "https://theriver.github.io/rusty-systems/" readme = "README.md" keywords = [ "grammar", "l-systems", "procedural", "generation", ] license = "MIT" repository = "https://github.com/TheRiver/rusty-systems/" [lib] crate-type = [ "rlib", "dylib", ] [[bin]] name = "lsystem" required-features = ["lsystem"] [dependencies.ansi_term] version = "0.12" optional = true [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.rand] version = "0.8" [dev-dependencies.tiny-skia] version = "0.11" [features] lsystem = [ "dep:clap", "dep:ansi_term", ]