# 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 = "diesel-tracing" version = "0.3.1" authors = ["John Children "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Connection telemetry middleware for diesel and tracing" readme = "README.md" keywords = [ "diesel", "logging", "tracing", "database", "opentelemetry", ] license = "MIT" repository = "https://github.com/CQCL/diesel-tracing" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "diesel_tracing" path = "src/lib.rs" [dependencies.diesel] version = "2.2" features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] default-features = false [dependencies.ipnetwork] version = ">=0.12.2, <0.21.0" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.diesel] version = "2.0" features = [ "mysql", "postgres", "sqlite", ] [features] default = [] mysql = ["diesel/mysql"] postgres = [ "diesel/postgres", "diesel/network-address", "ipnetwork", ] r2d2 = ["diesel/r2d2"] sqlite = ["diesel/sqlite"] statement-fields = [] [badges.maintenance] status = "experimental"