metalos/lib/starlark_util/Cargo.toml (26 lines of code) (raw):
# @generated by autocargo from //metalos/lib/starlark_util:[starlark_util,starlark_util-unittest]
[package]
name = "starlark_util"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[lib]
path = "src/starlark_util.rs"
test = false
doctest = false
[[test]]
name = "starlark_util"
path = "src/starlark_util.rs"
[dependencies]
anyhow = "1.0.51"
example = { path = "tests" }
fbthrift = { path = "../../../thrift/lib/rust" }
itertools = "0.10.3"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
[dev-dependencies]
maplit = "1.0"
[features]
default = ["metalos_plain_test"]
metalos_plain_test = []