# 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" rust-version = "1.73.0" name = "axiom-codec" version = "0.2.1" authors = ["Intrinsic Technologies"] description = "This crate contains Rust types for Axiom queries and specifies how to encode/decode them to field elements for in-circuit use." readme = "README.md" license = "MIT" repository = "https://github.com/axiom-crypto/axiom-eth" [dependencies.anyhow] version = "1.0" [dependencies.axiom-eth] version = "0.4.1" default-features = false [dependencies.base64] version = "0.21" optional = true [dependencies.byteorder] version = "1.4.3" [dependencies.ethers-core] version = "2.0.10" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "2.2" optional = true [dev-dependencies.hex] version = "0.4.3" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] default = ["halo2-axiom"] halo2-axiom = ["axiom-eth/halo2-axiom"]