# 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 = "turboinstall" version = "0.3.4" authors = ["threadexio "] include = [ "src/**/*", "Cargo.toml", ] autotests = false description = "A simple tool for overlaying directory trees on top of each other" readme = "README.md" keywords = [ "packaging", "tool", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/threadexio/turboinstall" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.0" features = [ "cargo", "derive", ] [dependencies.colored] version = "2.0" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.7.2" [dependencies.walkdir] version = "2" [features] no-platform-specific = [] [target."cfg(unix)".dependencies.nix] version = "0.26" features = [ "fs", "user", "zerocopy", "ioctl", ] default-features = false