# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hdfs-types" version = "0.1.0" authors = ["PrivateRookie <996514515@qq.com>"] description = "hdfs types used by hdfs-client" keywords = [ "hdfs", "hadoop", ] license-file = "LICENSE" [dependencies.prost] version = "0.12.1" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.tonic] version = "0.10.2" features = [ "codegen", "prost", ] default-features = false [dependencies.valuable] version = "0.1.0" features = ["derive"] optional = true [build-dependencies.tonic-build] version = "0.10.2" [features] default = [] serde = ["dep:serde"] valuable = ["dep:valuable"]