# 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" rust-version = "1.66.1" name = "argos" version = "0.1.0" authors = ["Liudao "] description = """ Argos makes it easy to create a stand-alone web application backend server. """ homepage = "https://github.com/jimmyseraph/argos" readme = "README.md" keywords = [ "web", "HTTP", "framework", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/jimmyseraph/argos" resolver = "1" [[example]] name = "hello" [[example]] name = "filter" [[example]] name = "h2" [dependencies.boring] version = "3.0.4" [dependencies.bytes] version = "1.4.0" [dependencies.futures-util] version = "0.3.28" [dependencies.http-body-util] version = "0.1.0-rc.3" [dependencies.hyper] version = "1.0.0-rc.4" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.pin-project-lite] version = "0.2.4" [dependencies.regex] version = "1.9.5" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-boring] version = "3.0.4" [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.105"