# 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 = "scalar-doc" version = "0.1.0" description = "An HTTP API documentation generator for Rust that doesn't care about which HTTP framework yo use." homepage = "https://github.com/Courtcircuits/scalar-doc.rs" readme = "README.md" keywords = [ "http", "api", "documentation", "openapi", "swagger", ] categories = [ "web-programming", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/Courtcircuits/scalar-doc.rs" [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.anyhow] version = "1.0.86" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tera] version = "1.20.0" [features] actix = ["dep:actix-web"] default = []