# 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-devnet-server" version = "0.2.2" description = "Server component of devnet" license-file = "LICENSE" repository = "https://github.com/0xSpaceShard/starknet-devnet-rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" [dependencies.enum-helper-macros] version = "0.0.1" [dependencies.futures] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.starknet-core] version = "0.2.2" package = "starknet-devnet-core" [dependencies.starknet-rs-core] version = "0.12.0" package = "starknet-core" [dependencies.starknet-types] version = "0.2.2" package = "starknet-devnet-types" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1" features = [ "time", "macros", "rt-multi-thread", "signal", "sync", ] [dependencies.tower-http] version = "0.5" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.regex_generate] version = "0.2.3" [dev-dependencies.serde_yaml] version = "0.9.27" [features] test_utils = []