sawp-json 0.1.1-rc.3

SAWP Protocol Parser for Json
Documentation
[[bench]]
harness = false
name = "json"
path = "benches/json.rs"
[dependencies.sawp]
version = "0.1.1-rc.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rstest]
version = "0.6"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Canadian Centre for Cyber Security <sa-sawp@cyber.gc.ca>"]
categories = ["parsing", "network-programming"]
description = "SAWP Protocol Parser for Json"
edition = "2018"
homepage = "https://github.com/CybercentreCanada/sawp"
include = ["Cargo.toml", "../LICENSE", "../README.md", "src/**/*.rs"]
keywords = ["json", "parser", "protocols"]
license-file = "LICENSE"
name = "sawp-json"
readme = "../README.md"
repository = "https://github.com/CybercentreCanada/sawp"
version = "0.1.1-rc.3"