# 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 = "v11" version = "0.0.5" authors = ["neptunepink "] description = "A data engine for Data Oriented Design" homepage = "https://github.com/purpleposeidon/v11" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/purpleposeidon/v11" [lib] [dependencies.bit-vec] version = "0.5.0" [dependencies.erased-serde] version = "0.3.5" [dependencies.itertools] version = "0.4.16" [dependencies.lazy_static] version = "1.0" [dependencies.mopa] version = "0.2.*" [dependencies.num-traits] version = "0.2.5" [dependencies.procedural-masquerade] version = "^0.1.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.v11_macros] version = "0.0.5" [dev-dependencies.rand] version = "0.5" [dev-dependencies.serde_json] version = "1.0" [features] doc = []