conquer-once 0.1.2

synchronization primitives for lazy and one-time initialization
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 = "conquer-once"
version = "0.1.2"
authors = ["Oliver Giersch"]
exclude = [".travis.yml"]
description = "synchronization primitives for lazy and one-time initialization"
documentation = "https://docs.rs/conquer-once"
readme = "README.md"
keywords = ["lazy", "once", "synchronization", "initialization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/oliver-giersch/conquer-once.git"
[dependencies.conquer-util]
version = "0.2.0"
features = ["back-off"]

[features]
default = ["std"]
std = []