# 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-retriever" version = "2.3.0" authors = ["The Leo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "A retriever for the Leo programming language" homepage = "https://leo-lang.org" keywords = [ "aleo", "cryptography", "leo", "programming-language", "zero-knowledge", ] categories = [ "compilers", "cryptography", "web-programming", ] license = "GPL-3.0" repository = "https://github.com/ProvableHQ/leo" [dependencies.aleo-std] version = "0.1.24" default-features = false [dependencies.indexmap] version = "1.9" features = ["serde-1"] [dependencies.leo-ast] version = "2.3.0" [dependencies.leo-disassembler] version = "2.3.0" [dependencies.leo-errors] version = "2.3.0" [dependencies.leo-passes] version = "2.3.0" [dependencies.leo-span] version = "2.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serial_test] version = "3.1.1" [dependencies.sha2] version = "0.10.8" [dependencies.snarkvm] version = "1.0.0" [dependencies.tempfile] version = "3.12.0" [dependencies.toml] version = "0.8.19" [dependencies.ureq] version = "2.10"