# 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" version = "0.11.0" authors = ["Jonathan LEI "] exclude = [ ".github/**", "images/**", ] description = """ Complete Starknet library in Rustâ„¢ """ homepage = "https://starknet.rs/" documentation = "https://docs.rs/starknet" readme = "README.md" keywords = [ "ethereum", "starknet", "web3", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xJonathanLEI/starknet-rs" [package.metadata.docs.rs] all-features = true [dependencies.starknet-accounts] version = "0.10.0" [dependencies.starknet-contract] version = "0.10.0" [dependencies.starknet-core] version = "0.11.0" default-features = false [dependencies.starknet-crypto] version = "0.7.0" [dependencies.starknet-macros] version = "0.2.0" [dependencies.starknet-providers] version = "0.11.0" [dependencies.starknet-signers] version = "0.9.0" [dev-dependencies.serde_json] version = "1.0.74" [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.url] version = "2.2.2" [features] no_unknown_fields = [ "starknet-core/no_unknown_fields", "starknet-providers/no_unknown_fields", ]