shred 0.5.2

Dispatches systems in parallel which need read access to some resources, and write access to others.
Documentation
# 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 = "shred"
version = "0.5.2"
authors = ["torkleyy <torkleyy@gmail.com>"]
exclude = ["bors.toml", ".travis.yml"]
description = "Dispatches systems in parallel which need read access to some resources,\nand write access to others.\n"
documentation = "https://docs.rs/shred"
readme = "README.md"
keywords = ["parallel", "systems", "resources", "ecs"]
categories = ["concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/slide-rs/shred"
[dependencies.arrayvec]
version = "0.3"

[dependencies.fnv]
version = "1"

[dependencies.mopa]
version = "0.2"

[dependencies.pulse]
version = "0.5"

[dependencies.rayon]
version = "0.8"

[dependencies.shred-derive]
version = "0.3"

[dependencies.smallvec]
version = "0.4"
[dev-dependencies.cgmath]
version = "0.15"
[badges.travis-ci]
repository = "torkleyy/shred"