Files
Notes/notes-service/vendor/allocator-api2/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

31 lines
713 B
TOML

[package]
name = "allocator-api2"
version = "0.2.21"
edition = "2018"
authors = ["Zakarum <zaq.dev@icloud.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/allocator-api2"
homepage = "https://github.com/zakarumych/allocator-api2"
repository = "https://github.com/zakarumych/allocator-api2"
readme = "README.md"
description = "Mirror of Rust's allocator API"
rust-version = "1.63"
[features]
alloc = []
std = ["alloc"]
default = ["std"]
nightly = []
fresh-rust = []
[dependencies]
serde = { version = "1.0", optional = true }
[workspace]
members = ["tests"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(no_global_oom_handling)',
] }