# 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" name = "subrc" version = "0.2.0" authors = ["lucas "] description = "A tiny crate that exposes a `Rc` like struct, which can be used to create a reference counted pointer to a subregion of a `Rc`." documentation = "https://docs.rs/subrc" readme = "README.md" keywords = [ "pointer", "subrc", "rc", "memory", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/hillin/subrc"