# 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" rust-version = "1.79" name = "fuc_engine" version = "2.2.0" authors = ["Alex Saveau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Engine for the FUCing project." readme = "README.md" keywords = [ "tools", "files", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/SUPERCILEX/fuc" [lib] name = "fuc_engine" path = "src/lib.rs" [[test]] name = "api" path = "tests/api.rs" [[test]] name = "copy" path = "tests/copy.rs" [[test]] name = "remove" path = "tests/remove.rs" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.once_cell] version = "1.18.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" features = ["attributes"] optional = true default-features = false [dependencies.typed-builder] version = "0.18.2" [dev-dependencies.ftzz] version = "3.0.0" [dev-dependencies.io-adapters] version = "0.3.0" [dev-dependencies.rstest] version = "0.21.0" default-features = false [dev-dependencies.supercilex-tests] version = "0.4.6" features = ["api"] default-features = false [dev-dependencies.tempfile] version = "3.10.1" [target.'cfg(not(target_os = "linux"))'.dependencies.rayon] version = "1.10.0" [target.'cfg(target_os = "linux")'.dependencies.rustix] version = "0.38.34" features = [ "fs", "thread", "linux_latest", ] [target.'cfg(target_os = "windows")'.dependencies.remove_dir_all] version = "0.8.2" features = ["parallel"]