# 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 = "rc-box" version = "1.2.0" authors = ["Christopher Durham (cad97) "] description = "Known unique versions of Rc and Arc." readme = "README.md" keywords = ["rc", "arc", "unique", "box"] categories = ["data-structures", "no-std", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/rc-box" [package.metadata.docs.rs] all-features = true [package.metadata.workspaces] independent = true [dependencies.erasable] version = "1.0.0" optional = true [dependencies.slice-dst] version = "1.4.0" optional = true [dependencies.unsize] version = "1.1" optional = true [features] default = ["erasable"] [badges.maintenance] status = "passively-maintained"