# 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 = "sitetrace-axum" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Axum client (middleware) for integrating with sitetrace service" readme = "README.md" keywords = [ "http", "web", "tracing", "analyze", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/ghashy/sitetrace-integrations" [lib] name = "sitetrace_axum" path = "src/lib.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.axum] version = "0.7.7" features = [ "macros", "tracing", ] [dependencies.axum-core] version = "0.4" [dependencies.futures] version = "0.3.31" [dependencies.garde] version = "0.20.0" features = ["derive"] [dependencies.http] version = "1.1.0" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = [ "json", "default-tls", ] default-features = false [dependencies.secrecy] version = "0.10.3" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dependencies.time] version = "0.3.36" features = [ "macros", "parsing", "formatting", "serde", ] [dependencies.tower] version = "0.5.1" features = ["timeout"] [dependencies.tower-cookies] version = "0.10.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "chrono", "registry", "env-filter", ] [dependencies.url] version = "2.5.2" features = ["serde"] [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ] [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "signal", ] [dev-dependencies.tower-sessions] version = "0.13.0"