[package]
edition = "2018"
name = "tls-parser"
version = "0.9.0"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
build = "build.rs"
include = ["LICENSE-*", ".gitignore", ".travis.yml", "Cargo.toml", "benches/*.rs", "build.rs", "src/*.rs", "tests/*.rs", "scripts/tls-ciphersuites.txt", "scripts/extract-iana-ciphers.py"]
description = "Parser for the TLS protocol"
homepage = "https://github.com/rusticata/tls-parser"
documentation = "https://docs.rs/tls-parser"
readme = "README.md"
keywords = ["TLS", "SSL", "protocol", "parser", "nom"]
categories = ["network-programming", "parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rusticata/tls-parser.git"
[lib]
name = "tls_parser"
[dependencies.cookie-factory]
version = "0.2"
[dependencies.enum_primitive]
version = "^0.1"
[dependencies.nom]
version = "5.0"
[dependencies.phf]
version = "0.7.16"
[dependencies.rusticata-macros]
version = "2.0"
[dev-dependencies.pretty_assertions]
version = "0.6"
[build-dependencies.phf_codegen]
version = "0.7.16"
[features]
default = []
serialize = []
[badges.travis-ci]
repository = "rusticata/tls-parser"