blob: b0d87d6f54dbb607dbeb1dd513e13d993709841d [file] [log] [blame]
Alistair Delvae4b5ebd2021-03-11 21:31:08 -08001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "managed"
15version = "0.8.0"
16authors = ["whitequark <whitequark@whitequark.org>"]
17description = "An interface for logically owning objects, whether or not heap allocation is available."
18homepage = "https://github.com/m-labs/rust-managed"
19documentation = "https://docs.rs/managed/"
20readme = "README.md"
21keywords = ["ownership"]
22categories = ["embedded"]
23license = "0BSD"
24repository = "https://github.com/m-labs/rust-managed.git"
25[profile.test]
26opt-level = 1
27codegen-units = 1
28
29[features]
30alloc = []
31default = ["std"]
32map = []
33std = []