# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "procfs-thrift" version = "0.1.0" authors = ["Facebook", "Daniel Xu "] build = "thrift_build.rs" include = ["*.rs", "*.thrift"] description = "Thrift definitions for procfs crate" homepage = "https://github.com/facebookincubator/resctl" license = "Apache-2.0" repository = "https://github.com/danobi/resctl/" [lib] path = "thrift_lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.29" [dependencies.const-cstr] version = "0.3.0" [dependencies.fbthrift] version = "0.0.1" [dependencies.fbthrift_codegen_includer_proc_macro] version = "0.1" [dependencies.futures] version = "0.3.5" features = ["async-await", "compat"] [dependencies.lazy_static] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0" [build-dependencies.fbthrift_compiler] version = "0.1"