[badges.maintenance]
status = "passively-maintained"
[dependencies.document-features]
version = "0.2.7"
[dependencies.educe]
version = "0.6.0"
[features]
default = ["std"]
std = []
[lib]
name = "phantom_type"
path = "src/lib.rs"
[package]
authors = ["warlock <internalmike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = 'A `PhantomData` analog which prevents "parameter is never used" error, but does not produce any restrictions in contrast with `PhantomData`.'
documentation = "https://docs.rs/phantom-type/"
edition = "2021"
keywords = ["PhantomData", "Send", "Sync", "Unpin", "restrictions"]
license = "MIT OR Apache-2.0"
name = "phantom-type"
readme = "README.md"
repository = "https://github.com/A1-Triard/phantom-type"
rust-version = "1.70"
version = "0.5.2"