amethyst_test 0.1.0

Amethyst test utilities crate
Documentation
# 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_test"
version = "0.1.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Amethyst test utilities crate"
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_test/"
keywords = ["test", "amethyst"]
categories = ["game-engines"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst]
version = "0.10.0"

[dependencies.boxfnonce]
version = "0.1"

[dependencies.derivative]
version = "1.0"

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

[dependencies.hetseq]
version = "0.2"

[dependencies.lazy_static]
version = "1.1"

[features]
default = []
graphics = []
nightly = ["amethyst/nightly"]