xdl-parser 0.1.1

XDL/IDL language parser
Documentation
[dependencies.nom]
version = "7.1"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.xdl-core]
version = "0.1.1"

[dev-dependencies.proptest]
version = "1.4"

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

[package]
authors = ["XDL Rust Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "XDL/IDL language parser"
documentation = "https://turingworks.github.io/xdl"
edition = "2021"
homepage = "https://turingworks.github.io/xdl"
license = "GPL-2.0"
name = "xdl-parser"
readme = false
repository = "https://github.com/turingworks/xdl"
version = "0.1.1"