# 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 = "forky_fs" version = "0.1.50" authors = ["Peter Hayman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Utilities" documentation = "https://mrchantey.github.io/forky/docs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/forky" [lib] name = "forky_fs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.extend] version = "1.1.2" [dependencies.forky_core] version = "0.1.50" [dependencies.futures] version = "0.3.28" [dependencies.gag] version = "1.0.0" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.notify] version = "6.0.1" [dependencies.notify-debouncer-full] version = "0.2.0" [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]