# 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 = "lambda_starknet_api" version = "0.1.0" description = "Starknet Rust types related to computation and execution." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lambdaclass/starknet-api" [dependencies.cairo-lang-starknet] version = "2.0.0-rc1" [dependencies.derive_more] version = "0.99.17" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "1.9.2" features = ["serde"] [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.starknet-crypto] version = "0.5.1" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.assert_matches] version = "1.5.0" [features] testing = []