# 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 = "webhdfs" version = "0.3.3" authors = ["Valery Vybornov "] description = "Hadoop WebHDFS client library" homepage = "https://github.com/vvvy/webhdfs-rs" readme = "README.md" keywords = ["hdfs", "webhdfs", "hadoop"] categories = ["filesystem", "asynchronous"] license = "Apache-2.0" repository = "https://github.com/vvvy/webhdfs-rs" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "http1", "stream"] [dependencies.hyper-tls] version = "0.5" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.native-tls] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.2" features = ["rt", "time"] [dependencies.toml] version = "0.5" [dev-dependencies.env_logger] version = "0.7" [features] default = ["zero-copy-on-write"] zero-copy-on-write = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "vvvy/webhdfs-rs"