# 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 = "sod-actix-web" version = "0.3.4" authors = ["Eric Thill"] exclude = ["Cargo.lock"] description = "Service Oriented Design - Actix Web" readme = "README.md" keywords = [ "service", "pattern", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/thill/sod" [[example]] name = "greet_server" [[example]] name = "math_server" [[example]] name = "ws_echo_server" [dependencies.actix] version = "0.13.0" [dependencies.actix-web] version = "4.3.1" [dependencies.actix-web-actors] version = "4.2.0" [dependencies.sod] version = "0.3.3" [dev-dependencies.serde] version = "1.0.175" [dev-dependencies.serde_derive] version = "1.0.175"