rustflexstack 0.1.0

ETSI C-ITS GeoNetworking and BTP protocol stack in Rust
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"
name = "rustflexstack"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETSI C-ITS GeoNetworking and BTP protocol stack in Rust"
readme = "README.md"
license = "AGPL-3.0-only"

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

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

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

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.pnet]
version = "0.34.0"

[dependencies.rand]
version = "0.8"

[dependencies.rasn]
version = "0.26"