Cargo Features

StackString has no features set by default.

[dependencies]
stack-string = { version = "1.1.2", features = ["smart_string", "postgres_types", "async_graphql", "axum_types", "utoipa_types"] }
smart_string = smartstring

Affects stack-string::smart_string

postgres_types = bytes, postgres-types
async_graphql = async-graphql
axum_types = axum
utoipa_types = utoipa

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

smartstring smart_string?
postgres-types postgres_types?
bytes postgres_types?
async-graphql async_graphql?
utoipa utoipa_types?
axum axum_types?