rs_lockfree 0.1.1

a lock-Free lib based on practical Hazard Pointers algorithm
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 = "rs_lockfree"
version = "0.1.1"
authors = ["Tong Zhigao <solotzg@gmail.com>"]
description = "a lock-Free lib based on practical Hazard Pointers algorithm"
readme = "README.md"
keywords = ["Hazard-Pointers", "lockfree", "lockfree-queue", "lockfree-stack"]
license = "MIT"
repository = "https://github.com/solotzg/rs-lockfree.git"
[dependencies.cfg-if]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.time]
version = "0.1"
[dev-dependencies.core_affinity]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.5"

[features]
default = ["max_thread_count_16"]
max_thread_count_16 = []
max_thread_count_256 = []
max_thread_count_4096 = []