metamod_source_sys 0.1.0-alpha.2

Low-level bindings for Metamod:Source.
# 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 = "2024"
rust-version = "1.98.1"
name = "metamod_source_sys"
version = "0.1.0-alpha.2"
authors = ["Cryotheum"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings for Metamod:Source."
readme = "README.md"
keywords = []
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Cryotheus/rust_source_sdk_2013"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
    "--generate-macro-expansion",
]

[lib]
name = "metamod_source_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.anyhow]
version = "1.0.104"

[build-dependencies.cc]
version = "1.4.4"

[build-dependencies.crys_bricks]
version = "0.1.0"

[build-dependencies.dotenv]
version = "0.15.0"