mop-common-deps 0.0.10

Common dependencies for MOP crates.
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]
edition = "2018"
name = "mop-common-deps"
version = "0.0.10"
authors = ["Caio Fernandes <c410.f3r@gmail.com>"]
description = "Common dependencies for MOP crates."
readme = "README.md"
keywords = ["mop"]
license = "Apache-2.0"
repository = "https://gitlab.com/c410-f3r/mop"
[dependencies.num-traits]
version = "^0.2"
optional = true
default-features = false

[dependencies.quickcheck]
version = "^0.7.0"
optional = true

[dependencies.rand]
version = "^0.6.1"
optional = true
default-features = false

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

[dependencies.serde]
version = "^1.0"
features = ["derive"]
optional = true
default-features = false

[features]
default = []
serde1 = ["serde"]
std = ["num-traits/std", "rand/std", "serde/std", "wasm-bindgen/std"]
wasm-bindgen1 = ["rand/wasm-bindgen", "wasm-bindgen"]
[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2.28"
optional = true
default-features = false