# 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 = "mycelium_experimental" version = "0.1.0" authors = ["matthew.bradford "] 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." license = "MIT" repository = "https://gitlab.com/matthew.bradford/myceliumdds" [dependencies.cfg-if] version = "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.bincode] version = "1.1.4" [dev-dependencies.rand] version = "0.6" [dev-dependencies.rayon] version = "1.2.0" [dev-dependencies.uuid] version = "0.7.4" features = ["v4"] [features] alloc = ["crossbeam-epoch/alloc", "crossbeam-utils/alloc"] default = ["std"] std = ["crossbeam-epoch/std", "crossbeam-utils/std"]