smox 0.5.0

Box that stores small objects inline and bigger objects on the heap using Box, Rc or Arc, with CoW semantic
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"
rust-version = "1.85.1"
name = "smox"
version = "0.5.0"
authors = ["Christian Thäter <ct@pipapo.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Box that stores small objects inline and bigger objects on the heap using Box, Rc or Arc, with CoW semantic"
documentation = "https://docs.rs/smox"
readme = "README.md"
keywords = [
    "small",
    "cow",
    "box",
    "copy-on-write",
    "stack",
]
categories = [
    "memory-management",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"

[features]
default = []
nightly = []

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