[build-dependencies.lalrpop]
version = "0.22.0"
[dependencies.lalrpop-util]
features = ["lexer", "unicode"]
version = "0.21.0"
[dev-dependencies.proptest]
version = "1.5"
[lib]
name = "blueml"
path = "src/lib.rs"
[package]
authors = ["Robert Escriva <robert@rescrv.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "blueml provides the blue markup langauge."
edition = "2021"
license = "Apache-2.0"
name = "blueml"
readme = false
repository = "https://github.com/rescrv/blue"
version = "0.4.0"