trisquel-icecat/icecat/build/rust/tinyvec/Cargo.toml

16 lines
192 B
TOML

[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"]