# 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] name = "box_raw_ptr" version = "2.0.2" authors = ["Rocco Jenson "] description = "A Rust library providing safe wrappers for working with raw pointer. These raw pointers are `*const T` and `*mut T`. These wrappers ensure memory safety by encapsulating the raw pointers in safe abstractions and providing safe methods for working with them." homepage = "https://github.com/Rocco-Jenson/box_raw_ptr/" documentation = "https://docs.rs/box_raw_ptr" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Rocco-Jenson/box_raw_ptr/" [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = 0 panic = "abort" [build-dependencies.cc] version = "1.0.99"