# 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 = "swiftness_proof_parser" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Json Proof Parser for Swiftness - Rust CairoVM Verifier implementation" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/iosis-tech/swiftness" [lib] name = "swiftness_proof_parser" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.num-bigint] version = "0.4.4" features = ["serde"] [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.starknet-crypto] version = "0.7.1" [dependencies.starknet-types-core] version = "0.1.5" [dependencies.thiserror] version = "1.0.61"