# 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 = "differential-growth" version = "0.3.1" authors = ["Dries Cruyskens "] description = """ A Rust implementation of the differential growth algorithm. """ homepage = "https://github.com/DriesCruyskens/differential-growth-rs" documentation = "https://docs.rs/differential-growth" readme = "README.md" keywords = [ "generative", "art", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DriesCruyskens/differential-growth-rs" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.kd-tree] version = "0.4.1" features = ["nalgebra"] [dependencies.nalgebra] version = "0.31.0" [dependencies.typenum] version = "1.15.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nannou] version = "0.18.1" [features] default = ["point_generators"] point_generators = []