[dependencies.bytes]
optional = true
version = "1.0"
[dependencies.derive_more]
version = "0.99"
[dependencies.diesel]
features = ["postgres"]
optional = true
version = "1.4"
[dependencies.hyper]
version = "0.14"
[dependencies.postgres-types]
optional = true
version = "0.2"
[dependencies.rweb]
features = ["openapi"]
optional = true
version = "0.15"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.smartstring]
features = ["serde"]
version = "0.2"
[dependencies.sqlx-core]
default-features = false
features = ["runtime-tokio-rustls", "postgres"]
optional = true
version = "0.5"
[dev-dependencies.rand]
version = "0.8"
[features]
default = []
diesel_types = ["diesel"]
postgres_types = ["postgres-types", "bytes"]
rweb-openapi = ["rweb"]
sqlx_types = ["sqlx-core"]
[package]
authors = ["Daniel Boline <ddboline@gmail.com>"]
description = "A wrapper around SmartString which adds support for various extensions"
edition = "2018"
homepage = "https://github.com/ddboline/stack-string-rs"
license-file = "LICENSE"
name = "stack-string"
readme = "README.md"
repository = "https://github.com/ddboline/stack-string-rs"
version = "0.4.0"