# 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 = "amethyst_core" version = "0.15.3" authors = ["Simon Rönnberg ", "Joël Lupien ", "Amethyst Foundation "] description = "Amethyst core" homepage = "https://amethyst.rs/" documentation = "https://docs.amethyst.rs/stable/amethyst_core/" license = "MIT/Apache-2.0" repository = "https://github.com/amethyst/amethyst" [dependencies.alga] version = "0.9.2" default-features = false [dependencies.alga_derive] version = "0.9.1" [dependencies.amethyst_error] version = "0.15.3" [dependencies.approx] version = "0.3.2" [dependencies.derivative] version = "2.1.1" [dependencies.derive-new] version = "0.5.8" [dependencies.fnv] version = "1.0.6" [dependencies.getset] version = "0.0.9" [dependencies.log] version = "0.4.8" [dependencies.nalgebra] version = "0.19.0" features = ["serde-serialize", "mint"] [dependencies.num-traits] version = "0.2.11" [dependencies.rayon] version = "1.3.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.specs] version = "0.16.0" features = ["shred-derive", "specs-derive"] default-features = false [dependencies.specs-hierarchy] version = "0.6" default-features = false [dependencies.thread_profiler] version = "0.3" optional = true [features] default = ["specs/parallel", "specs-hierarchy/parallel"] profiler = ["thread_profiler/thread_profiler"] saveload = ["specs/serde"] storage-event-control = ["specs/storage-event-control"] [badges.travis-ci] repository = "amethyst/amethyst"