# @generated by autocargo from //common/rust/shed/thrift_compiler:[compiler,lib] [package] name = "fbthrift_compiler" version = "0.1.3" authors = ["Facebook "] edition = "2021" description = "Calls fbthrift compiler to produce unified lib.rs from thrift files" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [lib] name = "thrift_compiler" [[bin]] name = "compiler" path = "src/main.rs" [dependencies] anyhow = "1.0.75" clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] } serde = { version = "1.0.185", features = ["derive", "rc"] } which = "4.2.4"