# 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" name = "ashlang" version = "0.1.3" authors = ["Chance Hudson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A language for zero knowledge proofs" homepage = "https://github.com/chancehudson/ashlang" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chancehudson/ashlang" [lib] name = "ashlang" path = "src/lib.rs" [[bin]] name = "acc" path = "src/main.rs" required-features = ["default"] [dependencies.anyhow] version = "1.0.86" [dependencies.camino] version = "1.1.7" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.curve25519-dalek] version = "4.1.3" optional = true [dependencies.lazy_static] version = "1.5.0" [dependencies.merlin] version = "3.0.0" optional = true [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dependencies.ring-math] version = "0.2.0" [dependencies.scalarff] version = "0.6.0" [dependencies.spartan] version = "0.8.0" optional = true default-features = false [dependencies.triton-vm] version = "=0.41.0" optional = true [features] default = [ "tritonvm-prover", "spartan-prover", ] spartan-prover = [ "curve25519-dalek", "merlin", "spartan", ] tritonvm-prover = ["triton-vm"]