# 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-codegen" 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.derive_more] version = "0.99.17" [dependencies.either] version = "1.8.0" [dependencies.heck] version = "0.4.0" [dependencies.http] version = "0.2.8" [dependencies.indexmap] version = "1.9.1" [dependencies.log] version = "0.4.17" [dependencies.openapiv3] version = "1.0.1" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.regex] version = "1.7.0" [dependencies.rustfmt-wrapper] version = "0.2.0" optional = true [dependencies.serde_json] version = "1.0.87" [dependencies.serde_yaml] version = "0.9.14" [dependencies.structopt] version = "0.3.26" [dependencies.syn] version = "1.0.103" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.diff] version = "0.1.13" [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.yansi] version = "0.5.1" [features] pretty = ["rustfmt-wrapper"]