rust/ccommon-array/Cargo.toml (10 lines of code) (raw):
[package]
name = "ccommon-array"
version = "0.1.0"
authors = ["Brian Martin <bmartin@twitter.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.110", features = ["derive"], optional = true }
[features]
default = [ "serde/derive" ]