# 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 = "fuse-zstd" version = "1.2.0" authors = ["Stepan Henek "] description = "A simple FUSE filesystem where existing folder with files compressed by zstd is mapped to folder with uncompressed files." readme = "README.md" keywords = [ "fuse", "zstd", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/Big-Dig-Data/fuse-zstd" [package.metadata.deb] assets = [ [ "debian/fuse-zstd.env", "etc/conf.d/", "644", ], [ "target/release/fuse-zstd", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/fuse-zstd/README", "644", ], ] conf-files = ["etc/conf.d/fuse-zstd.env"] depends = "fuse3,libfuse3-3,libc6" features = ["with_sentry"] maintainer-scripts = "debian/" priority = "optional" section = "otherosfs" [package.metadata.deb.systemd-units] enable = false [dependencies.clap] version = "4" features = [ "env", "cargo", ] [dependencies.env_logger] version = "0.11" [dependencies.fuser] version = "0.14" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.sentry] version = "0.32" features = ["log"] optional = true [dependencies.sentry-log] version = "0.32" optional = true [dependencies.sled] version = "0.34" [dependencies.tempfile] version = "3" [dependencies.xattr] version = "1.3" [dependencies.zstd] version = "0.13" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.proc-mounts] version = "0.3" [dev-dependencies.rstest] version = "0.18" [features] default = [] with_sentry = [ "sentry", "sentry-log", ] [badges.maintenance] status = "actively-developed"