[package] name = "vbsp" version = "0.1.0" authors = ["Robin Appelman "] homepage = "https://github.com/icewind1991/vbsp" repository = "https://github.com/icewind1991/vbsp" description = "Rust parser for valve bsp files." license = "MIT" edition = "2018" readme = "README.md" [dependencies] arrayvec = "0.4" bitflags = "1.0" bv = "0.11" itertools = "0.8" thiserror = "1.0" lzma-rs = "0.1.3" binread = "1.0" parse-display = "0.1.2" static_assertions = "1.1.0" [dev-dependencies] obj = { version = "0.10", git = "https://github.com/icewind1991/obj.git", branch = "save-buf-writer" } main_error = "0.1.0" [features] bench = []