# 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 = "web3_account_server" version = "0.4.12" authors = ["Sieciech Czajka "] description = "Helper for blockchain integration tests" readme = "README.md" license = "MIT" repository = "https://github.com/scx1332/" [dependencies.actix-cors] version = "0.7" [dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dependencies.actix-web-httpauth] version = "0.8" [dependencies.env_logger] version = "0.10" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "^1.21" features = [ "macros", "rt-multi-thread", ]