# 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 = "interior_mutability_pointer" version = "0.3.6" description = "A wrapper around `Rc>` allowing immediate access to inner methods." homepage = "https://github.com/samhamnam/interior_mutability_pointer" documentation = "https://docs.rs/interior_mutability_pointer/" readme = "readme.md" keywords = [ "utility", "memory", "pointer", "interior_mutability", "cell", ] categories = ["rust-patterns"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/samhamnam/interior_mutability_pointer" resolver = "2" [dependencies] [features] compile_failure = []