# 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 = "diesele" version = "0.1.0" description = "Run `EXPLAIN` on PostgreSQL queries when using diesel-async" readme = "README.md" keywords = [ "sql", "performance", "debug", "diesel", ] categories = [ "database", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/dullbananas/diesele" [dependencies.diesel] version = "2.1" features = ["postgres_backend"] default-features = false [dependencies.diesel-async] version = "0.4" [dependencies.diff] version = "0.1" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.scoped-futures] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.sqlformat] version = "0.2"