# 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 = "forkfs" version = "0.2.8" authors = ["Alex Saveau "] description = "ForkFS allows you to sandbox a process's changes to your file system." readme = "README.md" keywords = [ "tools", "isolate", "files", ] categories = [ "command-line-utilities", "development-tools", "development-tools::debugging", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/SUPERCILEX/forkfs" [profile.dr] debug = 2 inherits = "release" strip = false [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.4.11" features = [ "derive", "wrap_help", ] [dependencies.dirs] version = "5.0.1" [dependencies.error-stack] version = "0.4.1" [dependencies.fuc_engine] version = "1.1.9" [dependencies.rustix] version = "0.38.27" features = [ "fs", "process", "thread", "linux_latest", ] [dependencies.thiserror] version = "1.0.50" [dev-dependencies.supercilex-tests] version = "0.4.3" [dev-dependencies.trycmd] version = "0.14.19"