leo-parser-rowan 3.5.0

Rowan-based lossless parser for Leo
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 = "leo-parser-rowan"
version = "3.5.0"
authors = ["The Leo Team <leo@provable.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rowan-based lossless parser for Leo"
homepage = "https://leo-lang.org"
readme = false
license = "GPL-3.0"
repository = "https://github.com/ProvableHQ/leo"

[features]
default = []

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

[dependencies.leo-errors]
version = "=3.5.0"

[dependencies.leo-span]
version = "=3.5.0"

[dependencies.logos]
version = "0.15"

[dependencies.rowan]
version = "0.16"

[dev-dependencies.expect-test]
version = "1.5"