ps-alloc 0.1.0-9

a reasonably safe allocator
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"
rust-version = "1.83"
name = "ps-alloc"
version = "0.1.0-9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a reasonably safe allocator"
readme = "README.md"
keywords = [
    "allocator",
    "malloc",
    "memory",
    "safety",
]
categories = ["memory-management"]
license = "GPL-3.0-or-later"
repository = "https://github.com/prokopschield/ps-alloc"

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

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

[dependencies.thiserror]
version = "2.0.17"