agw 0.2.0

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

[features]
crypto = ["dep:libc"]
native = ["dep:libc"]

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

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

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

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

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

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

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

[dependencies.crossbeam-channel]
version = "0.5.12"

[dependencies.libc]
version = "0.2.155"
optional = true

[dependencies.log]
version = "0.4.21"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.backtrace]
version = "0.3.71"

[dev-dependencies.chrono]
version = "0.4.37"
features = ["serde"]

[dev-dependencies.clap]
version = "4.5.3"
features = ["derive"]

[dev-dependencies.cursive]
version = "0"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.libc]
version = "0.2.155"

[dev-dependencies.rustls-pemfile]
version = "2.1.2"

[dev-dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.115"

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

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

[dev-dependencies.tokio-rustls]
version = "0.26.4"

[build-dependencies.cc]
version = "1.1.7"

[profile.release]
overflow-checks = true