# 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 = "floppy-disk" version = "0.2.6" description = "async filesystem facade for rust!" readme = "README.md" license = "MIT" repository = "https://github.com/queer/floppy-disk" [dependencies.async-trait] version = "0.1.66" [dependencies.derivative] version = "2.2.0" [dependencies.derive-getters] version = "0.2.0" [dependencies.futures] version = "0.3.27" [dependencies.libc] version = "0.2.144" [dependencies.rand] version = "0.8.5" [dependencies.rsfs-tokio] version = "0.5.0" [dependencies.tokio] version = "1.26.0" features = [ "fs", "sync", "rt", "test-util", "macros", ] [dependencies.tracing] version = "0.1.37" features = ["log"]