# 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 = "transformfs" version = "0.4.0" authors = ["DCsunset"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A read-only FUSE filesystem to transform the content of files with Lua" readme = "README.md" keywords = [ "fs", "fuse", "transform", "file", "lua", ] categories = [ "filesystem", "command-line-utilities", ] license = "AGPL-3.0" repository = "https://github.com/DCsunset/transformfs" [[bin]] name = "transformfs" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.daemonize] version = "0.5" [dependencies.env_logger] version = "0.11" [dependencies.fuser] version = "0.14" default-features = false [dependencies.log] version = "0.4" [dependencies.mlua] version = "0.10.0-beta.1" features = [ "luajit", "vendored", ] [dependencies.nix] version = "0.29" features = ["user"] [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2"