# 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 = "hsr" version = "0.4.0" authors = ["Alex Whitney "] description = "Build fast HTTP APIs fast, with Rust + OpenAPI" homepage = "https://github.com/adwhit/hsr" readme = "README.md" keywords = [ "swagger", "openapi", "web", "REST", "actix-web", ] license = "MIT" repository = "https://github.com/adwhit/hsr" resolver = "1" [dependencies.actix-http] version = "3.2.2" [dependencies.actix-rt] version = "2.7.0" [dependencies.actix-web] version = "4.2.1" features = ["openssl"] [dependencies.async-trait] version = "0.1.58" [dependencies.awc] version = "3.0.1" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.25" [dependencies.openssl] version = "0.10.42" [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.37" [dependencies.url] version = "2.3.1"