# 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] edition = "2018" name = "sm-ext" version = "0.3.0" authors = ["Asher Baker "] description = "Helpers for writing SourceMod Extensions in Rust" readme = "README.md" keywords = ["sourcemod"] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://github.com/asherkin/sm-ext-rs" [[example]] name = "basic" crate-type = ["cdylib"] [[example]] name = "natives" crate-type = ["cdylib"] [[example]] name = "forwards" crate-type = ["cdylib"] [[example]] name = "handles" crate-type = ["cdylib"] [[example]] name = "data" crate-type = ["cdylib"] [[example]] name = "async" crate-type = ["cdylib"] [dependencies.c_str_macro] version = "1.0.2" [dependencies.libc] version = "0.2.66" [dependencies.sm-ext-derive] version = "0.3.0" [dev-dependencies.async-std] version = "1.4" [dev-dependencies.futures] version = "0.3" [features] abi_thiscall = ["sm-ext-derive/abi_thiscall"] default = []