# 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 = "pg_multitenant" version = "0.1.0" publish = true description = "pg-multitenant is a PostgreSQL extension that enables a multi-tenant database usage using the Shared Database Shared Schema approach." readme = "README.md" license = "MIT" [lib] crate-type = ["cdylib"] [dependencies.lazy_static] version = "1.4.0" [dependencies.pgrx] version = "=0.11.2" [dev-dependencies.pgrx-tests] version = "=0.11.2" [dev-dependencies.uuid] version = "1.7.0" [features] default = ["pg16"] pg16 = [ "pgrx/pg16", "pgrx-tests/pg16", ] pg_test = []