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