# 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 = "hdrs" version = "0.3.2" authors = ["Xuanwo "] description = "Rust native client to hdfs" documentation = "https://docs.rs/hdrs" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Xuanwo/hdrs" [package.metadata.docs.rs] all-features = true [dependencies.blocking] version = "1.3.0" optional = true [dependencies.errno] version = "0.3" [dependencies.futures] version = "0.3" optional = true [dependencies.hdfs-sys] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dev-dependencies.anyhow] version = "1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.uuid] version = "1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [features] async_file = [ "dep:futures", "dep:blocking", ] vendored = ["hdfs-sys/vendored"]