leo-parser 3.4.0

Translating from the lossless syntax tree to the AST for the Leo language language
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2.6"

[dependencies.itertools]
version = "0.13.0"

[dependencies.leo-ast]
version = "=3.4.0"

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

[dependencies.leo-parser-lossless]
version = "=3.4.0"

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

[dependencies.snarkvm]
features = ["test_consensus_heights"]
version = "4.4.0"

[dev-dependencies.leo-test-framework]
version = "=3.4.0"

[dev-dependencies.serde]
features = ["derive", "rc"]
version = "1.0.214"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dev-dependencies.serial_test]
version = "3.1.1"

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

[package]
authors = ["The Leo Team <leo@provable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "cryptography", "web-programming"]
description = "Translating from the lossless syntax tree to the AST for the Leo language language"
edition = "2024"
homepage = "https://leo-lang.org"
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
keywords = ["aleo", "cryptography", "leo", "programming-language", "zero-knowledge"]
license = "GPL-3.0"
name = "leo-parser"
readme = "README.md"
repository = "https://github.com/ProvableHQ/leo"
version = "3.4.0"