actix-router 0.1.5

Path router
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]
edition = "2018"
name = "actix-router"
version = "0.1.5"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Path router"
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-router/"
keywords = ["actix"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-net.git"

[lib]
name = "actix_router"
path = "src/lib.rs"
[dependencies.bytes]
version = "0.4"

[dependencies.http]
version = "0.1.14"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0.80"

[dependencies.string]
version = "0.2.0"
[dev-dependencies.http]
version = "0.1.14"

[dev-dependencies.serde_derive]
version = "1.0"

[features]
default = ["http"]