[package]
edition = "2024"
name = "factorio-api"
version = "0.1.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated Factorio runtime API type stubs for factorio-rs mods"
homepage = "https://languint.github.io/factorio-rs/"
documentation = "https://languint.github.io/factorio-rs/"
readme = "README.md"
keywords = [
"factorio",
"lua",
"modding",
"gamedev",
"transpile",
]
categories = [
"game-development",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/languint/factorio-rs"
[lib]
name = "factorio_api"
path = "src/lib.rs"
[dependencies]
[build-dependencies.factorio-api-gen]
version = "0.1.5"
[lints.clippy]
as_conversions = "deny"
exit = "deny"
expect_used = "deny"
panic = "deny"
panic_in_result_fn = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1