[[bin]]
name = "instagres"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["v7"]
version = "1.18"
[lib]
name = "instagres"
path = "src/lib.rs"
[package]
authors = ["Atila Fassina <atila.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WIP:: Rust SDK for instant PostgreSQL instance provisioning via Neon"
documentation = "https://docs.rs/instagres"
edition = "2021"
keywords = ["wip", "experimental", "unstable"]
license = "Apache-2.0"
name = "instagres"
readme = "README.md"
repository = "https://github.com/atilafassina/instagres-rs"
version = "0.1.0-wip"