intptr 0.1.7

Unmanaged, explicitly sized and typed Pointers.
Documentation
# 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 = "intptr"
version = "0.1.7"
authors = ["Casper <CasualX@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unmanaged, explicitly sized and typed Pointers."
documentation = "https://docs.rs/intptr/"
readme = "readme.md"
license = "MIT"
repository = "https://github.com/CasualX/intptr"

[features]
dataview = [
    "dataview_0_1",
    "dataview_1",
]
int2ptr = []
nightly = []

[lib]
name = "intptr"
path = "src/lib.rs"

[dependencies.dataview_0_1]
version = "0.1"
optional = true
default-features = false
package = "dataview"

[dependencies.dataview_1]
version = "1.0"
optional = true
default-features = false
package = "dataview"

[dependencies.serde]
version = "1.0"
optional = true
default-features = false