blob: 9f388c068c10e088a28dd04d2931cf305c22e3bb [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "typed-arena"
version = "1.4.1"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "The arena, a fast but limited type of allocator"
documentation = "https://docs.rs/typed-arena"
categories = ["memory-management", "no-std"]
license = "MIT"
repository = "https://github.com/SimonSapin/rust-typed-arena"
[lib]
name = "typed_arena"
path = "src/lib.rs"
[features]
default = ["std"]
std = []