# 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-signers" version = "0.9.0" authors = ["Jonathan LEI "] description = """ Starknet signer implementations """ homepage = "https://starknet.rs/" readme = "README.md" keywords = [ "ethereum", "starknet", "web3", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xJonathanLEI/starknet-rs" [dependencies.async-trait] version = "0.1.68" [dependencies.auto_impl] version = "1.0.1" [dependencies.crypto-bigint] version = "0.5.1" default-features = false [dependencies.rand] version = "0.8.5" features = ["std_rng"] [dependencies.starknet-core] version = "0.11.0" [dependencies.starknet-crypto] version = "0.7.0" [dependencies.thiserror] version = "1.0.40" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.eth-keystore] version = "0.5.0" default-features = false [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"