# 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 = "nyoom" version = "0.3.5" description = "A filesystem walker for floppy-disk." readme = "README.md" keywords = [ "directory", "walk", "ignore", "walkdir", "walk_dir", ] categories = [ "concurrency", "filesystem", ] license = "MIT" repository = "https://github.com/queer/nyoom" [profile.release] debug = true [dependencies.color-eyre] version = "0.6.2" features = ["issue-url"] [dependencies.dashmap] version = "5.4.0" [dependencies.eyre] version = "0.6.8" [dependencies.floppy-disk] version = "0.2.2" [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.28.2" features = [ "sync", "rt", "macros", "rt-multi-thread", "test-util", ]