# 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 = "papyrus_common" version = "0.4.0-rc.0" description = "Common utils and objects for a Starknet node." license-file = "LICENSE" repository = "https://github.com/starkware-libs/papyrus/" [dependencies.cairo-lang-starknet-classes] version = "2.7.0-rc.2" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.1.0" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.81" [dependencies.sha3] version = "0.10.8" [dependencies.starknet-types-core] version = "0.1.5" features = ["hash"] [dependencies.starknet_api] version = "0.13.0-rc.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_json] version = "1.0.81" features = ["arbitrary_precision"]