# 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_api" version = "0.13.0-rc.1" description = "Starknet Rust types related to computation and execution." license-file = "LICENSE" repository = "https://github.com/starkware-libs/sequencer/" [dependencies.bitvec] version = "1.0.1" [dependencies.cairo-lang-starknet-classes] version = "2.7.0-dev.0" [dependencies.derive_more] version = "0.99.17" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.itertools] version = "0.12.1" [dependencies.once_cell] version = "1.17.1" [dependencies.primitive-types] version = "0.12.1" features = ["serde"] [dependencies.serde] version = "1.0.130" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.81" [dependencies.sha3] version = "0.10.8" [dependencies.starknet-crypto] version = "0.5.1" [dependencies.starknet-types-core] version = "0.1.4" features = ["hash"] [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.rstest] version = "0.17.0" [features] testing = []