# 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.74" name = "open-dis-rust" version = "0.1.0" authors = ["Cameron Howell "] build = 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 = "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.bitflags] version = "2.5.0" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.31" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0.188" features = ["derive"] [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"]