[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde-xml-rs]
version = "0.6"
[lib]
name = "nacm_validator"
path = "src/lib.rs"
[package]
authors = ["T. Tornkvist <kruskakli@gmail.com>"]
categories = ["network-programming", "authentication", "config", "parsing"]
description = "NACM (Network Access Control Model) validator with Tail-f ACM extensions and multiple configuration files support"
documentation = "https://docs.rs/nacm-validator"
edition = "2021"
homepage = "https://github.com/etnt/nacm-validator"
keywords = ["nacm", "netconf", "access-control", "yang", "configuration"]
license = "MPL-2.0"
name = "nacm-validator"
readme = "README.md"
repository = "https://github.com/etnt/nacm-validator"
rust-version = "1.70"
version = "0.2.0"