# 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-fuse" version = "0.2.1" authors = ["PrivateRookie <996514515@qq.com>"] description = "HDFS user space file system" homepage = "https://github.com/PrivateRookie/hdfs-client" documentation = "https://docs.rs/hdfs-client/latest/hdfs_fuse" readme = "README.md" keywords = [ "hdfs", "hadoop", "fuse", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/PrivateRookie/hdfs-client" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.fuser] version = "0.14.0" [dependencies.hdfs-client] version = "0.2" [dependencies.libc] version = "0.2.151" [dependencies.time] version = "0.3.19" features = [ "formatting", "parsing", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-rolling] version = "0.3.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "valuable", "json", ] [dependencies.uzers] version = "0.11" [features] default = [] trace = ["hdfs-client/trace_dbg"]