# 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" rust-version = "1.70.0" name = "vbsp" version = "0.6.0" authors = ["Robin Appelman "] build = false exclude = ["*.bsp"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust parser for valve bsp files." homepage = "https://github.com/icewind1991/vbsp" readme = "README.md" license = "MIT" repository = "https://github.com/icewind1991/vbsp" [profile.dev] opt-level = 2 [lib] name = "vbsp" path = "src/lib.rs" [[example]] name = "convert" path = "examples/convert.rs" [[example]] name = "parse" path = "examples/parse.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.ahash] version = "0.8.11" [dependencies.arrayvec] version = "0.7.6" [dependencies.binrw] version = "0.14.0" [dependencies.bitflags] version = "2.6.0" [dependencies.bv] version = "0.11.1" [dependencies.cgmath] version = "0.18.0" [dependencies.itertools] version = "0.13.0" [dependencies.lzma-rs] version = "0.3.0" [dependencies.num_enum] version = "0.7.2" [dependencies.serde] version = "1.0.209" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.vdf-reader] version = "0.2.0" [dependencies.zip] version = "0.6.3" features = ["lzma"] default-features = false package = "zip-lzma" [dev-dependencies.main_error] version = "0.1.2" [dev-dependencies.obj] version = "0.10" [features] bench = []