pointdexter 1.0.0-rc1

unifies *const/*mut pointers using the trait system
# 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"
rust-version = "1.85"
name = "pointdexter"
version = "1.0.0-rc1"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE.txt",
    "assets/pointdexter.svg",
    "src/**/*.rs",
    "doc/**/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "unifies *const/*mut pointers using the trait system"
homepage = "https://ferrilab.github.io/ferrilab"
documentation = "https://docs.rs/pointdexter"
readme = "README.md"
keywords = [
    "no-std",
    "primitives",
    "traits",
    "pointers",
]
categories = [
    "no-std",
    "memory-management",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/ferrilab/ferrilab"

[package.metadata.docs.rs]
features = ["rust_now"]
rustdoc-args = [
    "--html-in-header",
    "assets/arborium-header.html",
]

[features]
default = ["rust_now"]
rust_186 = []
rust_187 = ["rust_186"]
rust_188 = ["rust_187"]
rust_189 = ["rust_188"]
rust_190 = ["rust_189"]
rust_191 = ["rust_190"]
rust_192 = ["rust_191"]
rust_193 = ["rust_192"]
rust_now = ["rust_193"]

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

[dependencies]

[dev-dependencies.static_assertions]
version = "1"