mop-blocks 0.0.6

Foundation blocks for MOP
[dependencies]
mop-common = { features = ["num-traits", "rand"],path = "../mop-common", version = "0.0.6" }
mop-structs = { features = ["rand"], path = "../mop-structs", version = "0.0.6" }
serde = { default-features = false, optional = true, version = "^1.0" } # FIX ME

[features]
default = []
rayon = ["mop-common/rayon", "mop-structs/rayon"]
serde1 = ["mop-common/serde1", "mop-structs/serde1", "serde"]
std = ["mop-common/std", "mop-structs/std"]

[package]
authors = ["Caio Fernandes <c410.f3r@gmail.com>"]
description = "Foundation blocks for MOP"
edition = "2018"
keywords = ["mop"]
license = "Apache-2.0"
name = "mop-blocks"
readme = "README.md"
repository = "https://gitlab.com/c410-f3r/mop"
version = "0.0.6"