1[package]
2name = "allocator-api2"
3version = "0.2.16"
4edition = "2018"
5authors = ["Zakarum <zaq.dev@icloud.com>"]
6license = "MIT OR Apache-2.0"
7documentation = "https://docs.rs/allocator-api2"
8homepage = "https://github.com/zakarumych/allocator-api2"
9repository = "https://github.com/zakarumych/allocator-api2"
10readme = "README.md"
11description = "Mirror of Rust's allocator API"
12
13[features]
14alloc = []
15std = ["alloc"]
16default = ["std"]
17nightly = []
18
19[dependencies]
20serde = { version = "1.0", optional = true }
21
22[workspace]
23members = ["tests"]
24