[package]
name = "netconv-core"
version = "0.1.0"
edition = "2021"
description = "Vendor-agnostic IR (intermediate representation) types and traits for network device configuration conversion. Used by ios-config and the netconv renderers."
license = "MIT"
repository = "https://github.com/casablanque-code/netconv"
readme = "README.md"
keywords = ["network", "config", "ir", "parser", "converter"]
categories = ["network-programming", "parser-implementations"]
[dependencies]
serde = { version = "1", features = ["derive"] }
ipnet = { version = "2", features = ["serde"] }