# 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 = "ptr-union" version = "2.2.2" authors = ["Christopher Durham (cad97) "] description = "Pointer union types the size of a pointer by storing the tag in the alignment bits." readme = "README.md" keywords = ["thin", "pointer", "union", "enum"] categories = ["data-structures", "no-std", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/ptr-union" [package.metadata.workspaces] independent = true [[test]] name = "smoke" path = "tests/smoke.rs" required-features = ["alloc"] [dependencies.erasable] version = "1.0.0" [dependencies.paste] version = "1.0.6" [build-dependencies.autocfg] version = "1.1.0" [features] alloc = ["erasable/alloc"] default = ["alloc"]