# 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-mirror" version = "0.5.0" authors = ["Andrew Hickman "] description = "A storage for use with specs to help synchronize with an external library." documentation = "https://docs.rs/specs-mirror" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/andrewhickman/specs-mirror" [dependencies.hibitset] version = "0.5.0" [dependencies.shrev] version = "1.0.1" [dependencies.specs] version = "0.12.0" [dev-dependencies.cassowary] version = "0.3.0"