# 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 = "lunchbox" version = "0.1.4" authors = ["Vivek Panyam "] description = "An async virtual filesystem interface." readme = "README.md" keywords = [ "filesystem", "virtual", "vfs", "async", "abstraction", ] categories = [ "filesystem", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/vivekpanyam/lunchbox" [lib] doctest = false [dependencies.async-trait] version = "0.1" [dependencies.path-clean] version = "0.1" [dependencies.relative-path] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" [dev-dependencies.tempfile] version = "3.3.0" [features] full = [ "localfs", "serde", ] full-wasm = ["serde"] localfs = [ "tokio/fs", "tokio/io-util", "tokio/rt", "tokio/macros", ] serde = ["dep:serde"]