# 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 = "anabaena" version = "0.7.0" authors = ["Athan Clark "] exclude = ["shell.nix"] description = "L-System (Lindenmayer system) framework for Rust" readme = "README.md" keywords = [ "lsystem", "generator", "alphabet", ] categories = ["simulation"] license = "BSD-3-Clause" repository = "https://github.com/athanclark/anabaena" [profile.dev.package."*"] opt-level = 3 [dependencies.getrandom] version = "0.2.8" features = ["js"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.streaming-iterator] version = "0.1.9" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] js = ["dep:getrandom"]