# 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 = "collision" version = "0.20.1" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt", "Dzmitry Malyshau", "Erick Tryzelaar", "Ilya Bogdanov", "Luqman Aden", "Maik Klein", "Mikko Perttunen", "Simon Rönnberg", "Pierre Krieger", "Tomasz Stachowiak", "Zeke Foppa", "Thomas O'Dell"] description = "A collision extension to cgmath" homepage = "https://github.com/rustgd/collision-rs" documentation = "https://docs.rs/collision" readme = "README.md" keywords = ["gamedev", "cgmath", "collision"] license = "Apache-2.0" repository = "https://github.com/rustgd/collision-rs" [lib] name = "collision" [dependencies.approx] version = "0.3" [dependencies.bit-set] version = "0.5" [dependencies.cgmath] version = "0.17" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "0.6.1" [dev-dependencies.genmesh] version = "0.5" [target."cfg(feature=\"serde\")".dependencies.cgmath] version = "0.17" features = ["serde"] [target."cfg(feature=\"serde\")".dependencies.num] version = "0.2" features = ["serde"]