glean/config/server/Cargo.toml (28 lines of code) (raw):

# @generated by autocargo from //configerator/structs/glean/server:server_config-rust [package] name = "glean_server_config" version = "0.0.0" authors = ["Facebook"] edition = "2021" license = "MIT" build = "thrift_build.rs" [lib] path = "thrift_lib.rs" test = false doctest = false [dependencies] anyhow = "1.0.51" async-trait = "0.1.52" codegen_includer_proc_macro = { path = "../../../../common/rust/shed/codegen_includer_proc_macro" } const-cstr = "0.3.0" fbthrift = { path = "../../../../thrift/lib/rust" } futures = { version = "0.3.13", features = ["async-await", "compat"] } once_cell = "1.8" ref-cast = "1.0.2" serde = { version = "1.0.126", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.30" tracing = "0.1.32" tracing-futures = "0.2.5" [build-dependencies] thrift_compiler = { path = "../../../../common/rust/shed/thrift_compiler" }