token-cell 3.0.0

A more convenient GhostCell
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "token-cell"
version = "3.0.0"
authors = ["Pierre Avital <pierre.avital@me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A more convenient GhostCell"
readme = "README.md"
keywords = [
    "aliasing",
    "borrowing",
    "ghostcell",
]
categories = [
    "memory-management",
    "no-std",
]
license = "EPL-2.0 OR Apache-2.0"
repository = "https://github.com/p-avital/token-cell-rs"

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

[lib]
name = "token_cell"
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/example.rs"

[[example]]
name = "ghost"
path = "examples/ghost.rs"

[[example]]
name = "infallibility"
path = "examples/infallibility.rs"

[dependencies.paste]
version = "0.2"
package = "pastey"

[dependencies.portable-atomic]
version = "1"

[dependencies.rustversion]
version = "<2"

[dev-dependencies.ghost-cell]
version = "0.2"