leo-parser 3.5.0

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

[features]
default = []
rowan = ["dep:leo-parser-rowan"]

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

[dependencies.indexmap]
version = "2.6"
features = ["serde"]

[dependencies.itertools]
version = "0.14"

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

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

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

[dependencies.leo-parser-rowan]
version = "=3.5.0"
optional = true

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

[dependencies.snarkvm]
version = "4.5.0"
features = [
    "test_consensus_heights",
    "dev_skip_checks",
    "test_targets",
]

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

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