# 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 = "erasable" version = "1.2.1" authors = ["Christopher Durham (cad97) "] description = "Type-erased thin pointers." readme = "README.md" keywords = ["thin", "pointer", "type", "erasure"] categories = ["data-structures", "no-std", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/erasable" [package.metadata.workspaces] independent = true [[test]] name = "abuse" path = "tests/abuse.rs" required-features = ["alloc"] [dependencies.scopeguard] version = "1.1.0" default-features = false [dev-dependencies.either] version = "1.5.3" [build-dependencies.autocfg] version = "1.0.0" [features] alloc = [] default = ["alloc"] [badges.maintenance] status = "passively-maintained"