rax25 0.2.0

AX.25 connected mode implementation
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"
rust-version = "1.91"
name = "rax25"
version = "0.2.0"
authors = ["Thomas Habets <thomas@habets.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AX.25 connected mode implementation"
readme = "README.md"
keywords = ["radio"]
license = "MIT"
repository = "https://github.com/ThomasHabets/rax25"

[features]
async = [
    "dep:tokio",
    "dep:tokio-serial",
]

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

[[example]]
name = "agw"
path = "examples/agw.rs"
required-features = ["async"]

[[example]]
name = "async_client"
path = "examples/async_client.rs"
required-features = ["async"]

[[example]]
name = "async_server"
path = "examples/async_server.rs"
required-features = ["async"]

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

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

[[test]]
name = "async_tcp_examples"
path = "tests/async_tcp_examples.rs"
required-features = ["async"]

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bus]
version = "2.4.1"

[dependencies.clap]
version = "4.5.16"
features = ["derive"]

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.log]
version = "0.4.22"

[dependencies.regex]
version = "1.10.6"

[dependencies.rust-fsm]
version = "0.7.0"

[dependencies.serialport]
version = "4.5.0"

[dependencies.tokio]
version = "1.40.0"
features = ["full"]
optional = true

[dependencies.tokio-serial]
version = "5.4.4"
optional = true

[dev-dependencies.agw]
version = "0.6.0"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.stderrlog]
version = "0.6.0"

[profile.release]
overflow-checks = true