ssh-parser 0.5.0

Parser for the SSH protocol
Documentation
[package]
name = "ssh-parser"
version = "0.5.0"
authors = ["Nicolas Vivet <nicolas@nzx.io>", "Pierre Chifflier <chifflier@wzdftpd.net>"]
description = "Parser for the SSH protocol"
license = "LGPL-2.1-or-later"
homepage = "https://github.com/rusticata/ssh-parser"
repository = "https://github.com/rusticata/ssh-parser"
documentation = "https://docs.rs/ssh-parser"
edition = "2018"

[features]
integers = ["num-bigint", "num-traits"]
serialize = ["cookie-factory"]

[dependencies]
nom = "7.0"
rusticata-macros = "4.0"

cookie-factory = { version = "0.3", optional = true }
num-bigint = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }