open-dis-rust 0.4.3

A Rust implementation of the IEEE 1278.1-2012 DIS Standard.
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 = "2024"
name = "open-dis-rust"
version = "0.4.3"
authors = ["Cameron Howell <jango.djarin@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the IEEE 1278.1-2012 DIS Standard."
readme = "README.md"
keywords = [
    "DIS",
    "IEEE",
    "Simulation",
]
license = "BSD-2-Clause"
repository = "https://github.com/crhowell3/open-dis-rust"

[lib]
name = "open_dis_rust"
path = "src/lib.rs"

[[example]]
name = "radio_processing_client"
path = "examples/radio_processing_client.rs"

[[example]]
name = "radio_processing_server"
path = "examples/radio_processing_server.rs"

[[example]]
name = "udp_client"
path = "examples/udp_client.rs"

[[example]]
name = "udp_server"
path = "examples/udp_server.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.approx]
version = "0.5.1"

[dependencies.bitflags]
version = "2.5.0"

[dependencies.bytes]
version = "1.8.0"

[dependencies.chrono]
version = "0.4.31"

[dependencies.modular-bitfield]
version = "0.13.0"

[dependencies.num-derive]
version = "0.4.1"

[dependencies.num-traits]
version = "0.2.17"

[dependencies.thiserror]
version = "1.0.50"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dev-dependencies.tokio-util]
version = "0.7.10"
features = ["codec"]

[lints.clippy]
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1