thrift/lib/rust/Cargo.toml (24 lines of code) (raw):

# @generated by autocargo from //thrift/lib/rust:fbthrift [package] name = "fbthrift" version = "0.0.1+unstable" authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"] edition = "2021" license = "Apache-2.0" publish = false [dependencies] anyhow = "1.0.51" async-trait = "0.1.52" base64 = "0.11.0" bufsize = "1.0" bytes = { version = "1.1", features = ["serde"] } futures = { version = "0.3.13", features = ["async-await", "compat"] } ghost = "0.1" num-derive = "0.3.3" num-traits = "0.2" ordered-float = { version = "1.1.1", features = ["serde"] } panic-message = "0.3" serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] } thiserror = "1.0.30" [dev-dependencies] quickcheck = "1.0"