# 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 = "greyhound" version = "0.0.1" authors = ["al3x alex.vacan.bala@gmail.com"] description = "al3x's personal backend framework" homepage = "https://gitlab.com/0al3x/greyhound" readme = "README.md" keywords = ["backend"] categories = ["web-programming"] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/0al3x/greyhound.git" [dependencies.async-h1] version = "2.3.3" optional = true [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.async-trait] version = "0.1.73" [dependencies.futures-util] version = "0.3.28" [dependencies.http-types] version = "2.12" [dependencies.log] version = "0.4.20" [dependencies.routefinder] version = "0.5.3" [features] default = ["h1-server"] h1-server = ["async-h1"]