# 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 = "rsfs-tokio" version = "0.5.0" authors = [ "Travis Bischel ", "amy null ", ] description = "A generic filesystem with disk and in-memory implementations." documentation = "https://docs.rs/rsfs" readme = "README.md" keywords = [ "filesystem", "fs", "memory", "testing", "test", ] categories = [ "development-tools::testing", "development-tools", ] license = "MIT" repository = "https://github.com/twmb/rsfs" [dependencies.async-stream] version = "0.3.4" [dependencies.async-trait] version = "0.1.66" [dependencies.nix] version = "0.26.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-utils] version = "0.1.0" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" features = ["fs"]