# 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 = "fart" version = "0.4.0" authors = ["Nick Fitzgerald "] description = "fitzgen's art" documentation = "https://docs.rs/fart" readme = "./README.md" license = "MIT/Apache-2.0" repository = "https://github.com/fitzgen/fart" [dependencies.euclid] version = "0.20.7" [dependencies.failure] version = "0.1.6" [dependencies.fart-2d-geom] version = "=0.4.0" [dependencies.fart-aabb] version = "=0.4.0" [dependencies.fart-utils] version = "=0.4.0" [dependencies.id-arena] version = "2.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.noise] version = "0.6.0" [dependencies.num-traits] version = "0.2.10" [dependencies.partial-min-max] version = "=0.4.0" [dependencies.rand] version = "0.6.5" [dependencies.svg] version = "0.6.0"