# 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) cargo-features = ["edition"] [package] edition = "2018" name = "direkuta" version = "0.1.8" authors = ["Ian Cronkright "] include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"] description = "A fast REST focused web framework" homepage = "https://gitlab.com/akibisuto/direkuta" documentation = "https://docs.rs/direkuta" readme = "README.md" keywords = ["http", "hyper", "json", "tera", "rest"] categories = ["network-programming", "web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/akibisuto/direkuta" [package.metadata.docs.rs] features = ["html", "json"] [profile.test] incremental = false [[example]] name = "captures" path = "examples/captures.rs" [[example]] name = "headers" path = "examples/headers.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "json" path = "examples/json.rs" required-features = ["json"] [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.indexmap] version = "1.0" [dependencies.regex] version = "1.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tera] version = "0.11" optional = true [dependencies.tokio-fs] version = "0.1" [dev-dependencies.tokio] version = "0.1" [dev-dependencies.yukikaze] version = "0.3" [features] default = [] html = ["tera"] json = ["serde", "serde_derive", "serde_json"] runtime = [] [badges.gitlab] branch = "master" repository = "akibisuto/direkuta" [badges.maintenance] status = "experimental"