[package] name = "greyhound" version = "0.0.1" authors = ["al3x alex.vacan.bala@gmail.com"] edition = "2021" description = "al3x's personal backend framework" homepage = "https://gitlab.com/0al3x/greyhound" readme = "README.md" repository = "https://gitlab.com/0al3x/greyhound.git" license = "LGPL-3.0-or-later" keywords = ["backend"] categories = ["web-programming"] [features] default = ["h1-server"] h1-server = ["async-h1"] [dependencies] async-h1 = { version = "2.3.3", optional = true } async-std = { version ="1.12", features = ["attributes"] } async-trait = "0.1.73" futures-util = "0.3.28" http-types = "2.12" log = "0.4.20" routefinder = "0.5.3" [workspace] members = [ "greyhound_examples/*", ]