inktree 0.1.0

An incremental syntax tree engine for fast, expressive language tooling in Rust
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 = "inktree"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An incremental syntax tree engine for fast, expressive language tooling in Rust"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zer0guz/inktree"

[features]
default = []
derive = []

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

[dependencies.chumsky]
version = "0.11.0"
features = [
    "extension",
    "pratt",
]

[dependencies.cstree]
version = "0.12.2"
features = ["multi_threaded_interning"]

[dependencies.derivative]
version = "2.2.0"

[dependencies.derive_more]
version = "2.0.1"
features = ["from"]

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.itertools]
version = "0.14.0"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.regex-syntax]
version = "0.8.5"

[dependencies.ropey]
version = "1.6.1"

[dependencies.snafu]
version = "0.8.6"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.syn]
version = "2.0.101"