compiler/crates/relay-config/Cargo.toml (17 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/relay-config:relay-config
[package]
name = "relay-config"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[dependencies]
common = { path = "../common" }
fnv = "1.0"
indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] }
intern = { path = "../intern" }
regex = "1.5.4"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
strum = "0.21"
strum_macros = "0.21"