[package] name = "mycelium_experimental" version = "0.1.0" authors = ["matthew.bradford "] edition = "2018" description = "Experimental structures for mycelium. Original repositories where any thing came from originally will be listed. This is intended to be a staging area for transitions from generic to specific Mycelium impl." repository = "https://gitlab.com/matthew.bradford/myceliumdds" license = "MIT" maintenance = { status = "experimental" } gitlab = { repository = "https://gitlab.com/matthew.bradford/myceliumdds.git", branch = "master" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cfg-if = "0.1.2" [dependencies.crossbeam-epoch] version = "0.7" default-features = false [dependencies.crossbeam-utils] version = "0.6" default-features = false [dependencies.scopeguard] version = "0.3.0" default-features = false [dependencies.serde] version="1.0.99" features=["serde_derive"] [dev-dependencies] rand = "0.6" uuid = { version="0.7.4", features = ["v4"]} rayon = "1.2.0" bincode = "1.1.4" [features] default = ["std"] std = ["crossbeam-epoch/std", "crossbeam-utils/std"] alloc = ["crossbeam-epoch/alloc", "crossbeam-utils/alloc"]