summaryrefslogtreecommitdiffstats
path: root/build/rust/tinyvec/Cargo.toml
blob: d40a4db514313af0da4eaac17ba03a7f96d8d36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tinyvec"
version = "1.999.999"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies]
smallvec = "1"

[features]
alloc = []
default = []
std = ["alloc"]