usher 0.1.1

Parameterized routing for generic resources in Rust
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 = "usher"
version = "0.1.1"
authors = ["Isaac Whitfield <iw@whitfin.io>"]
description = "Parameterized routing for generic resources in Rust"
readme = "README.md"
keywords = ["data-structures", "http", "io", "tree", "web-services"]
categories = ["algorithms", "data-structures", "web-programming"]
license = "MIT"
repository = "https://github.com/whitfin/usher"

[[example]]
name = "web-basic"
required-features = ["web"]

[[example]]
name = "web-hyper-async"
required-features = ["web"]

[[example]]
name = "web-hyper-sync"
required-features = ["web"]
[dependencies.http]
version = "0.1"
optional = true
[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.hyper]
version = "0.12"

[features]
default = []
web = ["http"]
[badges.travis-ci]
repository = "whitfin/usher"