std2 0.1.1

"minimal std is a feature" - a coping rust shill.
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 = "2024"
name = "std2"
version = "0.1.1"
build = false
include = [
    ".cargo/",
    "src/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = '"minimal std is a feature" - a coping rust shill.'
readme = "README.md"
keywords = [
    "std",
    "extension",
    "utilities",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "GPL-3.0-only"
repository = "https://github.com/ZenPZero/std2"

[package.metadata.docs.rs]
all-features = true

[features]
Mmacros = []
default = []
std = []

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