# 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 = "mm_ptr" version = "0.1.0" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Smart pointers implementing abs_mm" homepage = "https://github.com/ljsnogard/mm_ptr" readme = "README.md" keywords = [ "pointer", "alloc", ] categories = ["no-std"] license = "MIT/Apache-2.0" [lib] name = "mm_ptr" path = "src/lib.rs" [dependencies.abs_mm] version = "0.1" [dependencies.atomic_sync] version = "0.1" [dev-dependencies.core_malloc] version = "0.1" [dev-dependencies.env_logger] version = "0.11.*" [dev-dependencies.log] version = "0.4.*"