# 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 = "restify-openapi" version = "0.0.1" authors = ["Youssef Khalil "] description = "STILL WIP" homepage = "https://github.com/coders-collab-org/restify" license = "MIT" repository = "https://github.com/coders-collab-org/restify" [dependencies.axum] version = "0.7" optional = true [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.md5] version = "0.7" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.schemars] version = "0.8" features = [ "chrono", "uuid1", "url", "rust_decimal", ] package = "apistos-schemars" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tower-layer] version = "0.3" optional = true [dependencies.tower-service] version = "0.3" optional = true [dev-dependencies.assert-json-diff] version = "2.0" [features] axum = [ "dep:axum", "dep:tower-service", "dep:tower-layer", ]