# 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_fri" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Swiftness - Rust CairoVM Verifier implementation" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/iosis-tech/swiftness" [lib] name = "swiftness_fri" path = "src/lib.rs" [dependencies.num-bigint] version = "0.4.6" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_with] version = "3.8.3" features = ["macros"] default-features = false [dependencies.sha3] version = "0.10.8" default-features = false [dependencies.starknet-core] version = "0.11.1" default-features = false [dependencies.starknet-crypto] version = "0.7.1" default-features = false [dependencies.swiftness_commitment] version = "0.1.2" default-features = false [dependencies.swiftness_transcript] version = "0.1.2" default-features = false [dependencies.thiserror] version = "1.0.61" optional = true [dependencies.thiserror-no-std] version = "2.0.2" [features] blake2s_160_lsb = ["swiftness_commitment/blake2s_160_lsb"] blake2s_248_lsb = ["swiftness_commitment/blake2s_248_lsb"] default = [ "std", "keccak_160_lsb", ] keccak_160_lsb = ["swiftness_commitment/keccak_160_lsb"] keccak_248_lsb = ["swiftness_commitment/keccak_248_lsb"] std = [ "dep:thiserror", "swiftness_commitment/std", "swiftness_transcript/std", "starknet-core/std", "starknet-crypto/std", ] test_fixtures = []