# 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 = "fileorama" version = "0.0.2" authors = ["Daniel Collin "] exclude = ["data/"] description = "WIP Virtual File System" documentation = "https://docs.rs/fileorama/0.01/fileorama" readme = "README.md" keywords = [ "virtual", "io", "file", ] categories = ["Filesystem"] license = "MIT" repository = "https://github.com/emoon/fileorama" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ftp] version = "3.0.1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6.2" [badges.maintained] status = "actively-developed"