[package]
edition = "2021"
rust-version = "1.91"
name = "pathfinder-class-hash"
version = "0.22.3"
authors = ["Equilibrium Labs <info@equilibrium.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pathfinder's class hash computation and verification"
readme = "README.md"
keywords = [
"starknet",
"ethereum",
"web3",
"cryptography",
"hash",
]
categories = [
"cryptography",
"cryptography::cryptocurrencies",
"network-programming",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/equilibriumco/pathfinder"
[lib]
name = "pathfinder_class_hash"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.pathfinder-common]
version = "0.22.3"
[dependencies.pathfinder-crypto]
version = "0.22.3"
[dependencies.primitive-types]
version = "0.12.2"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
features = [
"arbitrary_precision",
"raw_value",
]
[dependencies.serde_with]
version = "3.18.0"
[dependencies.sha3]
version = "0.10"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.50"
[dev-dependencies.fake]
version = "2.10.0"
features = ["serde_json"]
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.tokio]
version = "1.50"
features = [
"macros",
"test-util",
]