oxdock-parser 0.8.0-alpha

Parser and AST definitions for the OxDock DSL.
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 = "oxdock-parser"
version = "0.8.0-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and AST definitions for the OxDock DSL."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jzombie/rust-oxdock"
resolver = "2"

[features]
default = []
proc-macro-api = [
    "proc-macro2",
    "syn",
    "quote",
]

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.indoc]
version = "2.0.7"

[dependencies.line-ending]
version = "1.5.1"

[dependencies.pest]
version = "2.9.0"
features = ["std"]
default-features = false

[dependencies.pest_derive]
version = "2.9.0"

[dependencies.proc-macro2]
version = "1.0.107"
features = ["span-locations"]
optional = true

[dependencies.pulldown-cmark]
version = "0.13.4"
default-features = false

[dependencies.quote]
version = "1.0.47"
optional = true

[dependencies.syn]
version = "3.0.4"
features = [
    "full",
    "visit",
]
optional = true

[dev-dependencies]

[lints.clippy]
disallowed_macros = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"