talc 5.1.1

A fast and flexible allocator for no_std and WebAssembly
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.64.0"
name = "talc"
version = "5.1.1"
authors = ["Shaun Beautement"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and flexible allocator for no_std and WebAssembly"
readme = "README.md"
keywords = [
    "allocator",
    "no_std",
    "memory",
    "wasm",
]
categories = [
    "memory-management",
    "no-std",
    "embedded",
    "wasm",
]
license = "MIT"
repository = "https://github.com/SFBdragon/talc"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
counters = []
disable-grow-in-place = []
disable-realloc-in-place = []
error-scanning-std = ["allocator-api2/std"]
nightly = []

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

[[example]]
name = "allocator_api"
path = "examples/allocator_api.rs"

[[example]]
name = "bucket_ranges"
path = "examples/bucket_ranges.rs"

[[example]]
name = "global_allocator"
path = "examples/global_allocator.rs"

[[example]]
name = "global_allocator_from_system_alloc"
path = "examples/global_allocator_from_system_alloc.rs"

[[example]]
name = "no_std_global_allocator"
path = "examples/no_std_global_allocator.rs"

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

[dependencies.allocator-api2]
version = "0.4"
features = ["alloc"]
default-features = false

[dependencies.lock_api]
version = "0.4"
default-features = false

[dev-dependencies.allocator-api2]
version = "0.4"
features = ["std"]
default-features = false

[dev-dependencies.spinning_top]
version = "0.3"

[target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"