# 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 = "postgresql_extensions" version = "0.17.3" authors = ["Brian Heineman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for managing PostgreSQL extensions" readme = "README.md" keywords = [ "postgresql", "postgres", "embedded", "database", "server", ] categories = ["database"] license = "(Apache-2.0 OR MIT) AND PostgreSQL" repository = "https://github.com/theseus-rs/postgresql-embedded" [lib] name = "postgresql_extensions" path = "src/lib.rs" [[test]] name = "blocking" path = "tests/blocking.rs" [[test]] name = "extensions" path = "tests/extensions.rs" [[test]] name = "portal_corp" path = "tests/portal_corp.rs" [[test]] name = "steampipe" path = "tests/steampipe.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.postgresql_archive] version = "0.17.3" default-features = false [dependencies.postgresql_commands] version = "0.17.3" default-features = false [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] default-features = false [dependencies.reqwest-middleware] version = "0.4.0" [dependencies.reqwest-retry] version = "0.7.0" [dependencies.reqwest-tracing] version = "0.5.4" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.128" optional = true [dependencies.target-triple] version = "0.1.3" optional = true [dependencies.tempfile] version = "3.14.0" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] optional = true [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.url] version = "2.5.3" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.postgresql_embedded] version = "0.17.3" [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [features] blocking = ["tokio"] default = [ "native-tls", "portal-corp", "steampipe", "tensor-chord", ] native-tls = [ "postgresql_archive/native-tls", "reqwest/native-tls", ] portal-corp = [ "dep:target-triple", "postgresql_archive/github", ] rustls-tls = [ "postgresql_archive/rustls-tls", "reqwest/rustls-tls-native-roots", ] steampipe = [ "dep:serde_json", "postgresql_archive/github", ] tensor-chord = [ "dep:target-triple", "postgresql_archive/github", ] tokio = [ "postgresql_commands/tokio", "dep:tokio", ]