# 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 = "starknet-types-core" version = "0.1.7" description = "Core types representation for Starknet" homepage = "https://github.com/starknet-io/types-rs" readme = "README.md" keywords = [ "stark", "zkp", "cairo", ] categories = [ "mathematics", "cryptography", ] license = "MIT" repository = "https://github.com/starknet-io/types-rs" [[bench]] name = "criterion_hashes" harness = false [dependencies.arbitrary] version = "1.3" optional = true [dependencies.lambdaworks-crypto] version = "0.10.0" optional = true default-features = false [dependencies.lambdaworks-math] version = "0.10.0" default-features = false [dependencies.lazy_static] version = "1.5" optional = true default-features = false [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-integer] version = "0.1" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.parity-scale-codec] version = "3.6" optional = true default-features = false [dependencies.serde] version = "1" features = ["alloc"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.lazy_static] version = "1.5" default-features = false [dev-dependencies.proptest] version = "1.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.regex] version = "1.11" [dev-dependencies.serde_test] version = "1" [features] alloc = [] arbitrary = [ "std", "dep:arbitrary", ] curve = [] default = [ "std", "serde", "curve", "num-traits", ] hash = ["dep:lambdaworks-crypto"] num-traits = [] papyrus-serialization = ["std"] parity-scale-codec = ["dep:parity-scale-codec"] prime-bigint = ["dep:lazy_static"] serde = [ "alloc", "dep:serde", ] std = [ "lambdaworks-math/std", "num-traits/std", "num-bigint/std", "num-integer/std", "serde?/std", "lambdaworks-crypto?/std", ]