allium-parser 3.6.0

Parser and structural validator for the Allium specification language
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "allium-parser"
description = "Parser and structural validator for the Allium specification language"
version.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
regex-lite = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"