[package]
edition = "2021"
rust-version = "1.75"
name = "space_engineers_sys"
version = "1.208015.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Space Engineers data structures (codegen output)"
readme = false
license = "MIT"
[lib]
name = "space_engineers_sys"
path = "src/lib.rs"
[dependencies.deku]
version = "0.20"
[dependencies.enumflags2]
version = "0.7.12"
features = ["serde"]
[dependencies.proto_rs]
version = "0.11"
features = ["stable"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.space_engineers_compat]
version = "1.208015.2"
[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
must_use_candidate = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("build-schemas"))']