# 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 = "vfile" version = "0.8.7" authors = [ "Xinyun Wu ", "Serguei Narojnyi ", ] exclude = [".idea/*"] description = "Streaming-focused virtual file framework." readme = "README.md" keywords = [ "vfs", "io", "data", "streaming", ] categories = ["filesystem"] license = "BSD-2-Clause" repository = "https://github.com/octoske/chopper/vfile" [dependencies.byteorder] version = "1.4" [dependencies.bzip2] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crc32fast] version = "1.3" [dependencies.crossbeam-channel] version = "0.5" [dependencies.flate2] version = "1.0" [dependencies.lz-fear] version = "0.1" [dependencies.paku] version = "0.0.2" [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.5" [dependencies.zstd] version = "0.12"