nginx-lint-parser 0.8.2

nginx configuration file parser
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 = "nginx-lint-parser"
version = "0.8.2"
authors = ["walf443"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nginx configuration file parser"
readme = "README.md"
license = "MIT"
repository = "https://github.com/walf443/nginx-lint"
resolver = "2"

[features]
default = []
wasm = ["dep:wit-bindgen"]

[lib]
name = "nginx_lint_parser"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.wit-bindgen]
version = "0.53.1"
optional = true