# 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 = "apikit" version = "0.2.0" description = "A toolkit for building HTTP APIs with Axum" license = "MIT" repository = "https://github.com/dalloriam/apikit" [dependencies.axum] version = "0.6.12" [dependencies.miette] version = "5.7.0" [dependencies.opentelemetry] version = "0.18.0" [dependencies.opentelemetry-http] version = "0.7.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.tower-http] version = "0.4.0" features = [ "trace", "request-id", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-opentelemetry] version = "0.18.0" [dependencies.uuid] version = "1.3.0"