# 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 = "fridge-r0-verifier" version = "0.0.32" authors = ["Walter Strametz "] description = "Hyperfridge - the validator for proofing system for EBICS/ISO20022 (banking backend) access." readme = "README.md" license = "MIT" [[bin]] name = "verifier" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-markdown] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.risc0-zkvm] version = "0.20.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"