[package] name = "mxaccess-asb-nettcp" description = "net.tcp framing layer: MC-NMF (.NET Message Framing) + MC-NBFX/NBFS (.NET Binary XML / dictionary string table) — the default binary message encoder for NetTcpBinding. Workspace-internal." version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true authors.workspace = true [dependencies] thiserror = { workspace = true } tracing = { workspace = true } bytes = { workspace = true } hmac = { workspace = true } md-5 = { workspace = true } sha1 = { workspace = true } sha2 = { workspace = true } aes = { workspace = true } cbc = { workspace = true } pbkdf2 = { workspace = true } flate2 = { workspace = true } rand = { workspace = true } num-bigint = { workspace = true } num-traits = { workspace = true } num-integer = { workspace = true } crypto-bigint = { workspace = true } zeroize = { workspace = true } [dev-dependencies] hex = "0.4" [lints] workspace = true