# 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 = "bsp_rs" version = "0.1.0" description = "A Valve BSP loader" homepage = "https://github.com/DotWith/goldsrc_formats/" documentation = "https://docs.rs/bsp_rs" keywords = ["valve"] license = "MIT OR Apache-2.0" repository = "https://github.com/DotWith/goldsrc_formats/" [[example]] name = "bsp" path = "examples/bsp.rs" [dependencies.binrw] version = "0.12.0" [dependencies.com_goldsrc_formats] version = "0.1.0" [dependencies.image] version = "0.24.7" features = ["tga"] default-features = false