contraband 0.1.2

Contraband is a web framework for building modular and scalable applications
Documentation
[dependencies.actix-http]
version = "1.0.1"

[dependencies.actix-rt]
version = "^1.0.0"

[dependencies.actix-tls]
version = "1.0.0"

[dependencies.actix-web]
features = ["rustls"]
version = "^2.0.0"

[dependencies.chrono]
version = "0.4.12"

[dependencies.contraband_codegen]
version = "^0.1.0"

[dependencies.futures-util]
version = "0.3.5"

[dependencies.listenfd]
version = "0.3.3"

[dependencies.rustls]
optional = true
version = "0.17.0"

[dependencies.toml]
version = "0.5.6"

[features]
default = ["rustls"]

[package]
authors = ["Buster Styren <buster.styren@gmail.com>"]
categories = ["network-programming", "asynchronous", "web-programming", "web-programming::http-server", "web-programming::websocket"]
description = "Contraband is a web framework for building modular and scalable applications"
documentation = "https://docs.rs/contraband/"
edition = "2018"
homepage = "https://docs.rs/contraband/"
keywords = ["http", "web", "framework", "async"]
license = "MIT OR Apache-2.0"
name = "contraband"
readme = "README.md"
repository = "https://github.com/styren/contraband.git"
version = "0.1.2"