# 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 = "ekero"
version = "0.1.6"
authors = [
    "Elisey Dudin <dudinelisey630@gmail.com>",
    "Webbop <webbop@pm.me>",
    "Maksim Bondarenkov",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple http routing"
readme = "readme.md"
keywords = [
    "http",
    "tcp",
]
license-file = "LICENSE"
repository = "https://github.com/rosewareorg/ekero"

[lib]
name = "ekero"
path = "src/lib.rs"

[[example]]
name = "pingpong"
path = "examples/pingpong.rs"

[[example]]
name = "state"
path = "examples/state.rs"

[[example]]
name = "web"
path = "examples/web/main.rs"

[dependencies.httparse]
version = "1.10.0"

[dependencies.log]
version = "0.4.25"

[dev-dependencies.clang_log]
version = "2.0.5"