# 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-server" version = "0.2.0" authors = ["Simon Bourne "] description = "Actix server for the Arpy" 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.arpy] version = "0.2.0" [dependencies.bincode] version = "1.3.3" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.152" [dependencies.slotmap] version = "1.0.6" features = ["serde"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "sync", "rt", ] [dependencies.tracing] version = "0.1.37"