Cargo Features

StackString has no features set by default.

[dependencies]
stack-string = { version = "0.8.0", features = ["postgres_types", "rweb-openapi", "async_graphql"] }
postgres_types = bytes, postgres-types
rweb-openapi = hyper, rweb
async_graphql = async-graphql

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.

postgres-types postgres_types?
bytes postgres_types?
rweb rweb-openapi?
hyper rweb-openapi?

Enables hyper ^0.14

async-graphql async_graphql?

Enables async-graphql ^5.0