# 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 = "openapi-gateway" version = "0.1.4" description = "API Gateway based on OpenAPI routes" homepage = "https://github.com/adhesivee/openapi-gateway" documentation = "https://docs.rs/openapi-gateway" license-file = "LICENSE" repository = "https://github.com/adhesivee/openapi-gateway" resolver = "2" [dependencies.axum] version = "0.4" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.cron-parser] version = "0.7" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.23" features = ["http1", "webpki-roots"] [dependencies.regex] version = "1.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.tower] version = "0.4" features = ["make"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter", "json"]