# 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 = "quicksilver-utils-ecs" version = "0.1.0" authors = ["John P Mayer Jr "] description = "Utilities for projects using https://github.com/ryanisaacg/quicksilver" readme = "Readme.md" license = "MIT/Apache-2.0" repository = "https://github.com/johnpmayer/quicksilver-utils" [package.metadata.docs.rs] all-features = true [lib] name = "quicksilver_utils_ecs" path = "src/lib.rs" [[example]] name = "adventurer" [dependencies.log] version = "0.4" [dependencies.quicksilver] version = "=0.4.0-alpha0.2" [dependencies.send_wrapper] version = "0.4.0" [dependencies.specs] version = "0.15" [dependencies.specs-derive] version = "0.4.0" [dev-dependencies.instant] version = "0.1.2" features = ["now"] [dev-dependencies.platter] version = "0.1.4" [features] stdweb = ["quicksilver/stdweb", "instant/stdweb"]