reliakit-primitives 0.2.1

Reusable type-safe primitives for constrained and reliability-oriented Rust values.
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 = "reliakit-primitives"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable type-safe primitives for constrained and reliability-oriented Rust values."
homepage = "https://github.com/satyakwok/reliakit"
readme = "README.md"
keywords = [
    "primitives",
    "validation",
    "types",
    "reliability",
    "no-std",
]
categories = [
    "data-structures",
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://github.com/satyakwok/reliakit"

[features]
alloc = []
default = ["std"]
std = []

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

[[example]]
name = "primitives_basic"
path = "examples/primitives_basic.rs"

[dependencies]

[lints.rust]
unsafe_code = "forbid"