24 lines
571 B
TOML
24 lines
571 B
TOML
[package]
|
|
name = "managed"
|
|
version = "0.6.1"
|
|
authors = ["whitequark <whitequark@whitequark.org>"]
|
|
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"
|
|
repository = "https://github.com/m-labs/rust-managed.git"
|
|
readme = "README.md"
|
|
keywords = ["ownership"]
|
|
categories = ["embedded"]
|
|
license = "0BSD"
|
|
|
|
[features]
|
|
std = []
|
|
alloc = []
|
|
default = ["std"]
|
|
# Unstable features
|
|
map = []
|
|
|
|
[profile.test]
|
|
opt-level = 1
|
|
codegen-units = 1
|