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