# 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 = "2021" rust-version = "1.69" name = "leo-ast" version = "2.3.0" authors = ["The Leo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Abstract syntax tree (AST) for the Leo programming 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" [dependencies.indexmap] version = "1.9" features = ["serde-1"] [dependencies.itertools] version = "0.13.0" [dependencies.leo-errors] version = "2.3.0" [dependencies.leo-span] version = "2.3.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.smallvec] version = "1.13.1" features = ["serde"] [dependencies.snarkvm] version = "1.0.0" [dev-dependencies.criterion] version = "0.5" [features] ci_skip = [] default = []