netform_ir 0.2.0

Lossless intermediate representation and parser for network configuration text
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "netform_ir"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless intermediate representation and parser for network configuration text"
homepage = "https://github.com/cyberwitchery/netform"
documentation = "https://docs.rs/netform_ir"
readme = false
license = "MIT"
repository = "https://github.com/cyberwitchery/netform"
resolver = "2"

[lib]
name = "netform_ir"
path = "src/lib.rs"

[[test]]
name = "golden_round_trip"
path = "tests/golden_round_trip.rs"

[[test]]
name = "parser_structure"
path = "tests/parser_structure.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]