# 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 = "gnostr-web" version = "0.0.4" authors = [ "gnostr admin@gnostr.org", "Tej Magar", ] description = "gnostr-web: a gnostr web/hyper web service." documentation = "https://tejmagar.github.io/rusty-web/" readme = "README.md" license = "MIT" repository = "https://github.com/tejmagar/rusty-web/" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3.6" features = ["async-await"] default-features = false [dependencies.hyper] version = "0.13" [dependencies.regex] version = "1.10.3" [dependencies.route-recognizer] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3.17" [dependencies.tempfile] version = "3.10.0" [dependencies.tokio] version = "0.2" features = [ "macros", "rt-threaded", ] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.rand] version = "0.8.5"