# 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-rpc" version = "0.7.1" exclude = [ "src/v0_5_0/*.json", "src/v0_5_0/*.toml", "src/v0_6_0/*.json", "src/v0_6_0/*.toml", ] description = "Starknet RPC types." homepage = "https://github.com/starknet-io/types-rs" readme = "README.md" keywords = [ "stark", "zkp", "cairo", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "api-bindings", ] license = "MIT" repository = "https://github.com/starknet-io/types-rs" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.starknet-types-core] version = "0.1.7" features = ["serde"] default-features = false [dev-dependencies.serde_json] version = "1" [features] default = ["std"] std = [ "serde/std", "starknet-types-core/std", ]