[dependencies.anyhow]
version = "1.0.100"
[dependencies.pest]
default-features = false
features = ["std"]
version = "2.8.4"
[dependencies.pest_derive]
version = "2.8.4"
[dependencies.proc-macro2]
features = ["span-locations"]
optional = true
version = "1.0.103"
[dependencies.quote]
optional = true
version = "1.0.42"
[dependencies.syn]
features = ["full", "visit"]
optional = true
version = "2.0"
[dev-dependencies.indoc]
version = "2.0.7"
[features]
default = []
proc-macro-api = ["proc-macro2", "syn", "quote"]
[lib]
name = "oxdock_parser"
path = "src/lib.rs"
[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parser and AST definitions for the OxDock DSL."
edition = "2024"
license = "Apache-2.0"
name = "oxdock-parser"
publish = true
readme = "README.md"
repository = "https://github.com/jzombie/oxdock-rs"
resolver = "2"
version = "0.6.0-alpha"
[[test]]
name = "env_display"
path = "tests/env_display.rs"
[[test]]
name = "inherit_env"
path = "tests/inherit_env.rs"
[[test]]
name = "invalid_env_inversion"
path = "tests/invalid_env_inversion.rs"
[[test]]
name = "macro_input_parens"
path = "tests/macro_input_parens.rs"
[[test]]
name = "platform_display"
path = "tests/platform_display.rs"
[[test]]
name = "with_io_block"
path = "tests/with_io_block.rs"