[package] name = "vcat" version = "0.8.0" authors = ["Xinyun Wu ", "Serguei Narojnyi "] edition = "2021" repository = "https://github.com/octoske/chopper/vcat" description = "VCat is the cli frontend for vfile - streaming-focused virtual file framework." readme = "README.md" license = "BSD-2-Clause" keywords = ["cli", "vfs", "io", "data", "streaming"] categories = ["command-line-utilities", "filesystem"] exclude = [ ".idea/*", ] [dependencies] better-panic = "0.3" vfile = "0.8" [profile.release] codegen-units = 1 lto = true