[dependencies.chrono]
version = "0.4.39"
[dependencies.postgres]
features = ["with-uuid-1", "with-chrono-0_4"]
version = "0.19.9"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.134"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.43.0"
[dependencies.tokio-postgres]
features = ["with-uuid-1", "with-chrono-0_4"]
optional = true
version = "0.7.13"
[dependencies.uuid]
version = "1.11.0"
[features]
async = ["tokio", "tokio-postgres"]
async_brin_index = ["async"]
async_count = ["async"]
async_full = ["async_full_search", "async_ranked_search", "async_count", "async_similar_search", "async_geography", "async_brin_index", "async_partition", "async_horizontal_split"]
async_full_search = ["async"]
async_geography = ["async"]
async_horizontal_split = ["async"]
async_index = ["async"]
async_partition = ["async"]
async_ranked_search = ["async"]
async_similar_search = ["async"]
brin_index = []
count = []
default = []
full = ["full_search", "ranked_search", "count", "similar_search", "geography", "brin_index", "partition", "horizontal_split"]
full_search = []
geography = []
horizontal_split = []
partition = []
ranked_search = []
similar_search = []
[lib]
name = "rusty_postgres"
path = "src/lib.rs"
[package]
authors = ["hariprasath"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A lightwight ORM and Query Builder for postgres"
documentation = "https://docs.rs/rusty-postgres/latest/"
edition = "2021"
homepage = "https://crates.io/crates/rusty-postgres"
license = "MIT"
name = "rusty-postgres"
readme = "README.md"
repository = "https://github.com/HashiramaSenjuhari/zendb"
version = "0.1.19-beta"