# 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 = "arpy-actix" version = "0.2.0" authors = ["Simon Bourne "] description = "Actix server for the Arpy RPC library" homepage = "https://github.com/simon-bourne/arpy" readme = "README.md" keywords = [ "RPC", "web", "actix", "http", "websocket", ] categories = [ "web-programming", "web-programming::http-server", "web-programming::websocket", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simon-bourne/arpy" [dependencies.actix-rt] version = "2.8.0" [dependencies.actix-web] version = "4.3.0" [dependencies.actix-ws] version = "0.2.5" [dependencies.arpy] version = "0.2.0" [dependencies.arpy-server] version = "0.2.0" [dependencies.ciborium] version = "0.2.0" [dependencies.futures] version = "0.3.25" [dependencies.include-doc] version = "0.1.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tracing] version = "0.1.37" [dev-dependencies.arpy-reqwest] version = "0.2.0" [dev-dependencies.reqwest] version = "0.11.14" [dev-dependencies.tokio] version = "1.25.0" features = ["full"]