sawp-tftp 0.12.1

SAWP Protocol Parser for TFTP
Documentation
[build-dependencies.cbindgen]
optional = true
version = "0.15"
[dependencies.nom]
version = "7.1.1"

[dependencies.num_enum]
version = "0.5.1"

[dependencies.sawp]
version = "^0.12.1"

[dependencies.sawp-ffi]
optional = true
version = "^0.12.1"
[dev-dependencies.rstest]
version = "0.6.4"

[features]
ffi = ["cbindgen", "sawp/ffi", "sawp-ffi"]
verbose = ["sawp/verbose"]

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

[package]
authors = ["Canadian Centre for Cyber Security <sa-sawp@cyber.gc.ca>"]
categories = ["parsing", "network-programming"]
description = "SAWP Protocol Parser for TFTP"
edition = "2021"
homepage = "https://github.com/CybercentreCanada/sawp"
include = ["Cargo.toml", "../LICENSE", "../README.md", "src/**/*.rs"]
keywords = ["tftp", "parser", "protocol", "hardware", "automation"]
license-file = "LICENSE"
name = "sawp-tftp"
readme = "README.md"
repository = "https://github.com/CybercentreCanada/sawp"
version = "0.12.1"
[package.metadata.release]
pre-release-replacements = []