[dependencies.arrayvec]
version = "0.7"
[dependencies.async-graphql]
features = ["dataloader"]
optional = true
version = "7.1"
[dependencies.axum]
optional = true
version = "0.8"
[dependencies.bytes]
optional = true
version = "1.11"
[dependencies.compact_str]
features = ["serde", "markup", "bytes"]
version = "0.9"
[dependencies.derive_more]
features = ["full"]
version = "2.1"
[dependencies.postgres-types]
optional = true
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.smartstring]
features = ["serde"]
optional = true
version = "1.0"
[dependencies.utoipa]
optional = true
version = "5.4"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1.49"
[features]
async_graphql = ["async-graphql"]
axum_types = ["axum"]
default = []
postgres_types = ["postgres-types", "bytes"]
smart_string = ["smartstring"]
utoipa_types = ["utoipa"]
[lib]
name = "stack_string"
path = "src/lib.rs"
[package]
authors = ["Daniel Boline <ddboline@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A wrapper around SmartString which adds support for various extensions"
edition = "2024"
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 = "1.1.5"