# 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] name = "cairo-proof-parser" version = "0.3.0" autobins = false description = "Parser that translates beetwen different cairo proof formats" readme = "README.md" license = "MIT" [[bin]] name = "cairo-proof-parser-display" path = "src/bin/display_proof.rs" [[bin]] name = "cairo-proof-parser-output" path = "src/bin/extract_output.rs" [[bin]] name = "cairo-proof-parser-program" path = "src/bin/extract_program_hash.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.itertools] version = "0.12.1" [dependencies.num-bigint] version = "0.4.4" features = ["serde"] [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.starknet-crypto] version = "0.6.2"