# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "usher" version = "0.2.1" authors = ["Isaac Whitfield "] 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.2" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tokio] version = "1.19" features = ["full"] [features] default = [] web = ["http"] [badges.travis-ci] repository = "whitfin/usher"