# 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 = "2021" rust-version = "1.70" name = "phantom-type" version = "0.5.2" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" readme = "README.md" keywords = [ "PhantomData", "Send", "Sync", "Unpin", "restrictions", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/phantom-type" [lib] name = "phantom_type" path = "src/lib.rs" [dependencies.document-features] version = "0.2.7" [dependencies.educe] version = "0.6.0" [features] default = ["std"] std = [] [badges.maintenance] status = "passively-maintained"