# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "stockton-bsp" version = "3.1.0" authors = ["tcmal "] description = "Library for parsing Q3 .bsp files." homepage = "https://github.com/tcmal/rust-bsp" readme = "README.md" keywords = ["gameengines", "3d", "quake", "stockton"] categories = ["game-engines"] license = "GPL-3.0" repository = "https://github.com/tcmal/rust-bsp" [dependencies.bit-vec] version = "^0.6" [dependencies.bitflags] version = "^1.2" [dependencies.nalgebra] version = "^0.20" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "tcmal/rust-bsp"