# 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 = "actix-web-rest" version = "0.3.0" authors = ["Alexandre Negrel"] description = "Opiniated toolkit to build restful API using actix-web." documentation = "https://docs.rs/actix-web-rest" readme = "README.md" keywords = ["web"] license-file = "LICENSE" repository = "https://github.com/negrel/actix-web-rest" resolver = "1" [lib] name = "actix_web_rest" path = "src/lib.rs" [dependencies.actix-web] version = "4" [dependencies.actix-web-rest-macros] version = "0.3.0" [dependencies.anyhow] version = "1" [dependencies.http] version = "0.2" [dependencies.serde] version = "1" [dependencies.utoipa] version = "3"