insim 4.1.0

LiveForSpeed Insim implementation that focuses on ergonomics and strong typing
# 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 = "insim"
version = "4.1.0"
authors = ["Karl Southern <karl@theangryangel.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LiveForSpeed Insim implementation that focuses on ergonomics and strong typing"
homepage = "https://github.com/theangryangel/insim.rs"
readme = "README.md"
license = "MIT"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docrs",
]

[features]
blocking = []
default = [
    "tokio",
    "blocking",
]
serde = [
    "dep:serde",
    "insim_core/serde",
    "bitflags/serde",
    "indexmap/serde",
    "glam/serde",
]
tokio = ["dep:tokio"]

[lib]
name = "insim"
path = "src/lib.rs"
doctest = false
bench = false

[dependencies.bitflags]
version = "2.4.0"

[dependencies.bytes]
version = "1.4.0"

[dependencies.from_variants]
version = "1.0.2"

[dependencies.glam]
version = "0.30.3"

[dependencies.indexmap]
version = "2.1.0"

[dependencies.insim_core]
version = "3.0.0"

[dependencies.serde]
version = "1.0.188"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.11.0"
features = [
    "time",
    "net",
    "macros",
    "sync",
    "tracing",
    "io-util",
]
optional = true

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tokio-test]
version = "0.4.0"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"
unused_crate_dependencies = "deny"
unused_results = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"