sockjs 0.3.0

SockJS server for Actix
Documentation
# 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]
name = "sockjs"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml", "/protocol/**"]
description = "SockJS server for Actix"
homepage = "https://github.com/actix/sockjs"
documentation = "https://docs.rs/sockjs/"
readme = "README.md"
keywords = ["http", "web", "websockets", "sockjs", "actix"]
categories = ["network-programming", "asynchronous", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/sockjs.git"
[profile.release]
opt-level = 3
lto = true

[lib]
name = "sockjs"
path = "src/lib.rs"
[dependencies.actix]
version = "^0.5.1"

[dependencies.actix-web]
version = "^0.5"

[dependencies.bitflags]
version = "1.0"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "^0.1.5"

[dependencies.lazy_static]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.3"

[dependencies.percent-encoding]
version = "1.0"

[dependencies.rand]
version = "0.3"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"
[badges.codecov]
branch = "master"
repository = "actix/sockjs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "actix/sockjs"