[features]
alloc = []
default = ["std"]
map = []
std = []
[package]
authors = ["whitequark <whitequark@whitequark.org>"]
categories = ["embedded"]
description = "An interface for logically owning objects, whether or not heap allocation is available."
documentation = "https://docs.rs/managed/"
homepage = "https://github.com/m-labs/rust-managed"
keywords = ["ownership"]
license = "0BSD"
name = "managed"
readme = "README.md"
repository = "https://github.com/m-labs/rust-managed.git"
version = "0.8.0"
[profile.test]
codegen-units = 1
opt-level = 1