# 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 = "boids" version = "0.1.0" authors = ["Evan Pratten "] description = "A fast boids library for Rust" homepage = "https://github.com/ewpratten/boids-rs" documentation = "https://docs.rs/boids" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/boids-rs" [dependencies.cfg-if] version = "1" [dependencies.cgmath] version = "0.18" features = ["serde"] [dependencies.puffin] version = "0.7" optional = true [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.puffin] version = "0.7" [dev-dependencies.puffin_http] version = "0.4" [dev-dependencies.raylib] version = "3.5"