# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustimate-controllers" version = "0.1.0" authors = ["Kyle U "] description = "HTTP controllers for the rustimate server" homepage = "https://estimate.poker" readme = "README.md" keywords = ["wasm"] categories = ["development-tools", "web-programming", "web-programming::websocket"] license = "MIT" repository = "https://github.com/kyleu/rustimate" [dependencies.actix] version = "0.8.3" [dependencies.actix-http] version = "0.2.11" [dependencies.actix-service] version = "0.4.2" [dependencies.actix-session] version = "0.2.0" [dependencies.actix-web] version = "1.0.9" [dependencies.actix-web-actors] version = "1.0.3" [dependencies.anyhow] version = "1.0.26" [dependencies.bytes] version = "0.4.12" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.derive_more] version = "0.99.2" [dependencies.futures] version = "0.1.29" [dependencies.maud] version = "0.21.0" [dependencies.mime] version = "0.3.14" [dependencies.mime_guess] version = "2.0.1" [dependencies.rustimate-assets] version = "0.1.0" [dependencies.rustimate-core] version = "0.1.0" [dependencies.rustimate-service] version = "0.1.0" [dependencies.rustimate-templates] version = "0.1.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.slog] version = "2.5.2" features = ["max_level_trace", "release_max_level_trace"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4", "wasm-bindgen"]