[package] name = "netbios-parser" version = "0.2.0" description = "Parser for the NetBIOS/NBSS network format" license = "MIT/Apache-2.0" keywords = ["netbios","nbss","parser","nom"] authors = ["Pierre Chifflier "] readme = "README.md" categories = ["network-programming", "parser-implementations"] edition = "2018" include = [ "LICENSE-*", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "tests/*.rs" ] [dependencies] dns-parser = "0.8" nom-derive = "0.10" rusticata-macros = "4.0" thiserror = "1.0" [dev-dependencies] hex-literal = "0.3"