# 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 = "redis-fs" version = "0.1.0" authors = ["Sahand "] description = "Access your redis database from the file system!" homepage = "https://github.com/sahandevs/redis-fs" readme = "README.md" keywords = [ "cli", "redis", "fuse", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/sahandevs/redis-fs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.15" features = [ "cargo", "derive", ] [dependencies.dashmap] version = "6.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.fuse3] version = "0.7.2" features = [ "tokio-runtime", "unprivileged", ] [dependencies.futures-util] version = "0.3.30" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.redis] version = "0.26.1" features = [ "aio", "tokio-comp", ] [dependencies.tokio] version = "1.39.2" features = ["full"]