shred 0.6.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.6.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"

[[example]]
name = "async"
required-features = ["parallel"]

[[example]]
name = "basic_dispatch"

[[example]]
name = "custom_bundle"

[[example]]
name = "derive_bundle"

[[example]]
name = "fetch_opt"

[[example]]
name = "generic_derive"

[[example]]
name = "par_seq"
required-features = ["parallel"]

[[example]]
name = "seq_dispatch"

[[example]]
name = "thread_local"
[dependencies.arrayvec]
version = "0.4"

[dependencies.fxhash]
version = "0.2"

[dependencies.mopa]
version = "0.2"

[dependencies.rayon]
version = "1.0"
optional = true

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

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.cgmath]
version = "0.16"

[features]
default = ["parallel"]
parallel = ["rayon"]
[badges.travis-ci]
repository = "torkleyy/shred"