# 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 = "zvxryb-broadphase" version = "0.1.2" authors = ["Michael Lodato "] publish = ["crates-io"] description = "A broadphase collision detection library" documentation = "https://docs.rs/zvxryb-broadphase" readme = "README.md" license = "MIT" repository = "https://github.com/zvxryb/broadphase-rs" [profile.release] lto = false debug = true [dependencies.cgmath] version = "^0.17.0" [dependencies.log] version = "^0.4.6" [dependencies.num-traits] version = "^0.2.6" [dependencies.rayon] version = "^1.0" optional = true [dependencies.rustc-hash] version = "^1.0" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "^1.2" [dependencies.thread_local] version = "^1.0" optional = true [dev-dependencies.backtrace] version = "0.3" [dev-dependencies.env_logger] version = "^0.7.0" [dev-dependencies.glium] version = "^0.26.0" [dev-dependencies.lazy_static] version = "^1.3" [dev-dependencies.rand] version = "^0.7.0" [dev-dependencies.rand_chacha] version = "^0.2.0" [dev-dependencies.scopeguard] version = "1.1" [dev-dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.specs] version = "^0.16.0" [features] default = ["parallel"] parallel = ["rayon", "thread_local"]