# 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 = "damascus" version = "0.0.6" authors = ["Yato202010"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "filesystem utility crate for the Flamberg mod manager stack" readme = "README.md" keywords = [ "filesystem", "fuse-overlayfs", "overlayfs", ] license-file = "LICENSE" repository = "https://github.com/Yato202010/Damascus" resolver = "2" [package.metadata.docs.rs] features = [ "fuse-overlayfs", "overlayfs", ] no-default-features = true [profile.bench] opt-level = "s" lto = true [profile.dev] lto = "thin" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [lib] name = "damascus" path = "src/lib.rs" [[test]] name = "end2end" path = "tests/end2end.rs" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.colored] version = "2.1" [dev-dependencies.temp_testdir] version = "0.2" [build-dependencies.autotools] version = "0.2" optional = true [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.fs_extra] version = "1.3" optional = true [build-dependencies.md5] version = "0.7" optional = true [build-dependencies.serde] version = "1.0" features = ["derive"] optional = true [build-dependencies.serde_json] version = "1.0" optional = true [features] build-cache = [ "dep:md5", "dep:serde", "dep:serde_json", ] default = [ "overlayfs", "fuse-overlayfs-vendored", "build-cache", ] fuse-overlayfs = [] fuse-overlayfs-vendored = [ "fuse-overlayfs", "dep:autotools", "dep:fs_extra", ] overlayfs = [] unionfs-fuse = [] unionfs-fuse-vendored = [ "unionfs-fuse", "dep:cmake", ] [target.'cfg(target_family="unix")'.dependencies.nix] version = "0.29" features = [ "user", "mount", "sched", "fs", "process", ] [target.'cfg(target_os = "windows")'.dependencies.widestring] version = "1.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_Security", ]