# 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] name = "amethyst-extra" version = "0.4.0" authors = ["jojolepro "] exclude = ["doc"] description = "Various helpful components, structs, systems and resources for the Amethyst engine." documentation = "https://docs.rs/amethyst-extra" keywords = ["amethyst", "extra", "utils", "controllers", "fps"] categories = ["game-engines"] license = "Apache-2.0" repository = "https://github.com/jojolepro/amethyst-extra" [dependencies.amethyst] version = "0.9" [dependencies.amethyst-rhusics] version = "0.3" [dependencies.crossterm] version = "0.4.2" [dependencies.derive-new] version = "0.5" [dependencies.dirty] version = "0.2" [dependencies.discord-rpc-client] version = "0.2.3" [dependencies.fern] version = "0.5" features = ["colored"] [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4" [dependencies.partial_function] version = "0.4.0" [dependencies.rand] version = "0.5.5" [dependencies.ron] version = "0.2" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_derive] version = "1.0"