# 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-ff" version = "0.3.7" authors = ["Jonathan LEI "] description = """ Starknet field element type """ homepage = "https://starknet.rs/" readme = "README.md" keywords = [ "ethereum", "starknet", "web3", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xJonathanLEI/starknet-rs" [package.metadata.docs.rs] all-features = true [dependencies.ark-ff] version = "0.4.2" default-features = false [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.crypto-bigint] version = "0.5.1" default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.num-bigint] version = "0.4.3" optional = true default-features = false [dependencies.serde] version = "1.0.160" optional = true default-features = false [features] alloc = ["serde?/alloc"] bigdecimal = [ "std", "dep:bigdecimal", "dep:num-bigint", ] default = [ "std", "serde", ] serde = [ "dep:serde", "alloc", "bigdecimal?/serde", ] std = [] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.9" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.34"