# 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 = "2018" rust-version = "1.51.0" name = "packed_ptr" version = "0.1.2" authors = ["Anshul Gupta "] description = "A configurable & generic tagged pointer implementation in Rust" documentation = "https://docs.rs/packed_ptr" readme = "README.md" keywords = [ "tag", "pointer", ] categories = [ "data-structures", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/ansg191/packed_ptr" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "riscv64gc-unknown-linux-gnu", ] [dependencies.sptr] version = "0.3.2" [features] default = []