# 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-compiler" version = "2.3.0" authors = ["The Leo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Compiler for 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 = [] [dependencies.leo-ast] version = "2.3.0" [dependencies.leo-errors] version = "2.3.0" [dependencies.leo-parser] version = "2.3.0" [dependencies.leo-passes] version = "2.3.0" [dependencies.leo-span] version = "2.3.0" [dependencies.sha2] version = "0.10" [dependencies.snarkvm] version = "1.0.0" [dev-dependencies.aleo-std-storage] version = "0.1.7" default-features = false [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.regex] version = "1.10.6" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.8.25" [dev-dependencies.snarkvm] version = "1.0.0" [dev-dependencies.tempfile] version = "3.12" [features] ci_skip = ["leo-ast/ci_skip"] default = []