mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
28 lines
644 B
TOML
28 lines
644 B
TOML
[package]
|
|
name = "vbsp"
|
|
version = "0.1.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
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 = []
|