# 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 = "quake-bspc" version = "0.1.5" authors = ["Joseph Azevedo "] description = "Asynchronous wrapper for running the Quake BSP compiler 'bspc' as a child process" readme = "README.md" keywords = [ "quake", "gamedev", "bsp", "map", "aas", ] categories = [ "rendering::data-formats", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jazeved0/quake-bspc" [lib] name = "bspc" [dependencies.derive_builder] version = "0.11" [dependencies.tempfile] version = "3.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "process", "fs", "macros", "io-util", ] default-features = true [dependencies.tokio-util] version = "0.7" features = [] default-features = true [dependencies.windows] version = "0.43" features = ["Win32_System_Threading"] [dev-dependencies.tokio-test] version = "0.4.2"