# 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 = "2021" name = "tackt" version = "0.1.2" authors = ["M. Awad Syahid "] description = "HTTP router" homepage = "https://github.com/arch-mage/tackt" documentation = "https://docs.rs/tackt" readme = "README.md" keywords = ["http"] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/arch-mage/tackt" resolver = "2" [package.metadata.docs.rs] features = ["macros"] rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "server" path = "examples/server.rs" required-features = ["macros"] [[test]] name = "test" path = "tests/test.rs" required-features = ["macros"] [dependencies.http] version = "0.2" default-features = false [dependencies.pin-project] version = "1.0" default-features = false [dependencies.tackt-macros] version = "0.1" optional = true [dependencies.tower-service] version = "0.3" default-features = false [dev-dependencies.hyper] version = "0.14" features = ["server", "tcp", "http1", "http2"] default-features = false [dev-dependencies.tokio] version = "1.17" features = ["rt"] default-features = false [features] default = ["macros"] macros = ["tackt-macros"]