contained-core 0.2.4

The core crate for the contained project, providing essential abstractions and utilities.
Documentation
[dependencies.getrandom]
default-features = false
optional = true
version = "0.3"

[dependencies.hashbrown]
default-features = false
optional = true
version = "0.16"

[dependencies.num-complex]
default-features = false
optional = true
version = "0.4"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.rand]
default-features = false
optional = true
version = "0.9"

[dependencies.rand_distr]
default-features = false
optional = true
version = "0.5"

[dependencies.rayon-core]
default-features = false
optional = true
version = "1"

[dependencies.serde]
default-features = false
features = ["derive", "derive"]
optional = true
version = "1"

[dependencies.serde_derive]
default-features = false
optional = true
version = "1"

[dependencies.serde_json]
default-features = false
optional = true
version = "1"

[dependencies.thiserror]
default-features = false
version = "2"

[dependencies.wasm-bindgen]
default-features = false
optional = true
version = "0.2"

[features]
alloc = ["hashbrown?/alloc", "rand?/alloc", "rand_distr?/alloc", "serde?/alloc", "serde_json?/alloc"]
complex = ["dep:num-complex"]
default = ["std"]
full = ["default", "complex", "hashbrown", "json", "rand", "serde"]
hashbrown = ["dep:hashbrown"]
json = ["alloc", "serde", "serde_json"]
macros = []
nightly = ["hashbrown?/nightly", "rand?/nightly"]
rand = ["rng", "dep:rand", "dep:rand_distr", "num-complex?/rand"]
rayon = ["dep:rayon-core", "hashbrown?/rayon"]
rng = ["dep:getrandom", "rand?/os_rng", "rand?/small_rng"]
serde = ["dep:serde", "dep:serde_derive", "serde?/derive", "hashbrown?/serde", "num-complex?/serde", "rand?/serde", "rand_distr?/serde"]
serde_json = ["dep:serde_json"]
std = ["alloc", "getrandom?/std", "hashbrown?/default", "num-complex?/std", "num-traits/std", "rand?/std", "rand?/std_rng", "rand?/thread_rng", "rand_distr?/std", "serde?/std", "serde_json?/std", "thiserror/std"]
wasi = []
wasm = ["wasm_bindgen", "getrandom?/wasm_js", "rayon-core?/web_spin_lock"]
wasm_bindgen = ["dep:wasm-bindgen"]

[lib]
bench = false
name = "contained_core"
path = "src/lib.rs"

[package]
authors = ["FL03 <joe@pzzld.org> (https://github.com/FL03)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "The core crate for the contained project, providing essential abstractions and utilities."
edition = "2024"
homepage = "https://github.com/FL03/contained/wiki"
keywords = ["macros", "transparent", "wrapper"]
license = "Apache-2.0"
name = "contained-core"
readme = "README.md"
repository = "https://github.com/FL03/contained.git"
rust-version = "1.85.0"
version = "0.2.4"

[package.metadata.docs.rs]
all-features = false
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"

[[test]]
name = "default"
path = "tests/default.rs"