namaste 0.3.0

Simple locks between processes
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]
edition = "2018"
name = "namaste"
version = "0.3.0"
authors = ["Hai Bison <haibison.apps@gmail.com>"]
description = "Simple locks between processes"
keywords = ["locks", "processes"]
categories = ["concurrency"]
license-file = "LICENSE"
repository = "https://bitbucket.org/haibison/namaste-rs/"

[[bin]]
name = "namaste"
path = "src/bin/namaste/main.rs"
required-features = ["bin"]
[dependencies.blackhole]
version = "0.13"
optional = true

[dependencies.dia-args]
version = "0.23"
optional = true

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.zeros]
version = "0.2"
optional = true

[features]
bin = ["blackhole", "dia-args", "libc", "zeros"]