# 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 = "2018" name = "lindenmayer_graphic" version = "0.1.1" include = [ "src/**", "Cargo.toml", "README.md", "LICENSE", ] description = "Build recursive images (fractals, plants, etc..), supporting multiple graphic APIs to build an SVGBuild recursive images (fractals, plants, etc..), supporting multiple graphic APIs to build an SVG" homepage = "https://github.com/theobori/lindermayer" readme = "README.md" keywords = [ "lib", "lindenmayer", "fractale", "svg", "grammer", ] categories = ["rendering::data-formats"] license = "MIT" repository = "https://github.com/theobori/lindermayer" [profile.dev.package."*"] opt-level = 3 [dependencies.rand] version = "0.8.4" [dependencies.turtle] version = "1.0.0-rc.3" [dependencies.turtle-svg] version = "0.1.1" [dependencies.weighted_rand] version = "0.3.2"