# 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 = "byondapi" version = "0.4.11" authors = ["tigercat2000 "] build = false exclude = [".vscode/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic Rust bindings for BYONDAPI" readme = "README.md" keywords = [ "byond", "byondapi", ] license = "MIT" repository = "https://github.com/spacestation13/byondapi-rs" [lib] name = "byondapi" path = "src/lib.rs" [dependencies.byondapi-macros] version = "0.1.3" [dependencies.byondapi-sys] version = "0.11.2" [dependencies.inventory] version = "0.3.15" [dependencies.libloading] version = "0.8.5" [dependencies.num_enum] version = "0.7.3" [features] byond-515-1621 = [] default = ["byond-515-1621"]