# 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 = "lvp" version = "1.0.0" authors = ["Protryon "] description = "Misc utilities for axum (dynamic TLS, OIDC, logger, errors, CORS, and JWT auth)" readme = "README.md" keywords = [ "axum", "misc", "util", ] license = "Apache-2.0" repository = "https://github.com/Protryon/axum-util" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.hyper] version = "0.14" [dependencies.hyper-unix-connector] version = "0.2.2" [dependencies.indexmap] version = "1.9" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.0" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.redb] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tonic] version = "0.9" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [build-dependencies.tonic-build] version = "0.9"