orrery-parser 0.4.1

Parser for the Orrery diagram language
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"
rust-version = "1.88"
name = "orrery-parser"
version = "0.4.1"
authors = ["Foad Nosrati Habibi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for the Orrery diagram language"
homepage = "https://orreryworks.github.io/"
documentation = "https://docs.rs/orrery"
readme = "README.md"
keywords = [
    "diagram",
    "parser",
    "ast",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orreryworks/orrery"

[features]
graphviz = ["orrery-core/graphviz"]

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

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

[dependencies.bumpalo]
version = "3.20.3"

[dependencies.indexmap]
version = "2.14"

[dependencies.log]
version = "0.4.31"
features = [
    "kv",
    "kv_std",
]

[dependencies.orrery-core]
version = "0.4.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.winnow]
version = "1.0.3"

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