[[bench]]
name = "encoding_bench"
path = "benches/encoding_bench.rs"
[dependencies.bitflags]
version = "2.9.1"
[dependencies.libtelnet-rs]
version = "2.0.0"
[dependencies.snafu]
version = "0.8.6"
[dev-dependencies.anyhow]
version = "1.0.98"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.structopt]
version = "0.3.26"
[[example]]
name = "demo"
path = "examples/demo.rs"
[features]
debug-msg-print = []
[lib]
name = "rust3270"
path = "src/lib.rs"
[package]
authors = ["Dominik Downarowicz <dominik@downardo.at>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "rust3270 is a terminal server interface to the IBM 3270 terminal protocol, written in Rust."
edition = "2024"
homepage = "https://github.com/downarowiczd/rust3270"
license = "MIT"
name = "rust3270"
readme = "README.MD"
repository = "https://github.com/downarowiczd/rust3270"
version = "0.1.1"
[profile.release]
codegen-units = 1
debug = 2
incremental = true
lto = true
opt-level = "s"
panic = "abort"
split-debuginfo = "packed"
strip = "symbols"
[[test]]
name = "encoding_tests"
path = "tests/encoding_tests.rs"