space_engineers_sys 1.208015.2

Auto-generated Space Engineers data structures (codegen output)
Documentation
# 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.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"))']