# 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-dtrace" version = "0.3.0" authors = ["Benjamin Naecker "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Add dtrace probes to Diesel connections" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/oxidecomputer/diesel-dtrace.git" [lib] name = "diesel_dtrace" path = "src/lib.rs" [[example]] name = "async" path = "examples/async.rs" [[example]] name = "conn" path = "examples/conn.rs" [dependencies.diesel] version = "2.2.4" features = [ "r2d2", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", ] [dependencies.serde] version = "1" [dependencies.usdt] version = "0.5" [dependencies.uuid] version = ">=0.8.0, <2.0.0" features = [ "v4", "serde", ] [dev-dependencies.bb8] version = "0.8" [dev-dependencies.diesel] version = "2.2.4" features = [ "postgres", "r2d2", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [build-dependencies.version_check] version = "0.9"