# 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 = "specs-static" version = "0.3.0" authors = ["torkleyy "] exclude = ["bors.toml", ".travis.yml"] description = "specs-static is an extension for Specs that adds custom ids.\n" documentation = "https://docs.rs/specs-static/" readme = "README.md" keywords = ["ecs", "gamedev", "specs"] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/torkleyy/specs-static" [dependencies.derivative] version = "1" [dependencies.hibitset] version = "0.5" [dependencies.shred] version = "0.7" [dependencies.shrev] version = "1.0" [dependencies.specs] version = "0.14" [badges.travis-ci] repository = "torkleyy/specs-static"