voluntary-servitude 1.0.1

Thread-safe appendable list with lock-free iterator
# 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 = "voluntary-servitude"
version = "1.0.1"
authors = ["Paulo Cabral Sanz <paulosanz@poli.ufrj.br>"]
description = "Thread-safe appendable list with lock-free iterator"
readme = "README.md"
keywords = ["lock-free", "mutex", "iterator", "appendable", "list"]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/paulocsanz/voluntary-servitude"

[lib]
name = "voluntary_servitude"
crate_type = ["lib", "cdylib"]
[dependencies.env_logger]
version = "0.5"
optional = true

[dependencies.log]
version = "0.4"
optional = true

[features]
default = []
jemmaloc = []
logs = ["log", "env_logger"]