amethyst_core 0.6.0

Amethyst core
# 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.6.0"
authors = ["Simon Rönnberg <seamonr@gmail.com>"]
description = "Amethyst core"
homepage = "https://amethyst.rs/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_core/"
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.alga]
version = "0.9.0"
default-features = false

[dependencies.alga_derive]
version = "0.9.0"

[dependencies.amethyst_error]
version = "0.1.0"

[dependencies.approx]
version = "0.3"

[dependencies.derive-new]
version = "0.5.6"

[dependencies.fnv]
version = "1"

[dependencies.getset]
version = "0.0.7"

[dependencies.hibitset]
version = "0.5.2"
features = ["parallel"]

[dependencies.log]
version = "0.4.6"

[dependencies.nalgebra]
version = "0.18.0"
features = ["serde-serialize", "mint"]

[dependencies.num-traits]
version = "0.2.0"

[dependencies.rayon]
version = "1.0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.shred]
version = "0.7"

[dependencies.shrev]
version = "1.0"

[dependencies.specs]
version = "0.14"
features = ["common"]

[dependencies.specs-hierarchy]
version = "0.3"

[dependencies.thread_profiler]
version = "0.3"
optional = true
[dev-dependencies.amethyst]
version = "0.11.0"

[dev-dependencies.ron]
version = "0.5.1"

[features]
float64 = []
nightly = ["shred/nightly"]
profiler = ["thread_profiler/thread_profiler"]
saveload = ["specs/serde"]
[badges.appveyor]
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"