# 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 = "rc-borrow" version = "1.4.0" authors = ["Christopher Durham (cad97) "] description = "Borrowed forms of Rc and Arc." readme = "README.md" keywords = ["rc", "arc", "borrow", "reference"] categories = ["data-structures", "no-std", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/rc-borrow" [package.metadata.workspaces] independent = true [[test]] name = "smoke" path = "tests/smoke.rs" required-features = ["erasable", "std"] [dependencies.erasable] version = "1.1.0" optional = true [build-dependencies.autocfg] version = "1.0.0" [features] default = ["erasable", "std"] std = [] [badges.maintenance] status = "passively-maintained"