# 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" rust-version = "1.82.0" name = "altv" version = "16.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust server-side API for writing your gamemodes on alt:V" readme = "README.md" license = "MIT" repository = "https://github.com/xxshady/altv-rust" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "altv" path = "src/lib.rs" [dependencies.altv_sdk] version = "=16.2.4" package = "altv_internal_sdk" [dependencies.core_resource] version = "=16.2.4" package = "altv_internal_core_resource" [dependencies.resource_main_macro] version = "=16.2.4" package = "altv_internal_resource_main_macro" [features] clientside = ["core_resource/clientside"]