pstd 1.0.12

Crate with parts of Rust std library ( different implementations, features not yet stabilised etc ).
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 = "pstd"
version = "1.0.12"
authors = ["George Barwood"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate with parts of Rust std library ( different implementations, features not yet stabilised etc )."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/georgebarwood/pstd"

[features]
cap = []
mytests = ["serde"]
serde = ["dep:serde"]
stdtests = []
tests = [
    "mytests",
    "stdtests",
]
unsafe-optim = []

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

[dependencies.arrayvec]
version = "0.7.4"

[dependencies.serde]
version = "1.0.197"
optional = true

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.cap]
version = "0.1.2"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.mimalloc]
version = "0.1.39"

[dev-dependencies.rand]
version = "0.8.5"