poem-stackvec 0.1.4

stack-allocated vector types for poem_openapi route parameters
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "poem-stackvec"
version = "0.1.4"
authors = ["Stella Cannefax"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "stack-allocated vector types for poem_openapi route parameters"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Search-On-Dora/poem-stackvec"

[features]
arrayvec = ["dep:arrayvec"]
default = ["arrayvec"]
heapless = ["dep:heapless"]
smallvec = ["dep:smallvec"]

[lib]
name = "poem_stackvec"
path = "src/lib.rs"

[dependencies.arrayvec]
version = "0.7"
optional = true
default-features = false

[dependencies.heapless]
version = "0.8"
optional = true
default-features = false

[dependencies.poem-openapi]
version = "5"
default-features = false

[dependencies.serde_json]
version = "1.0.140"
default-features = false

[dependencies.smallvec]
version = "1.15"
features = [
    "union",
    "const_generics",
]
optional = true
default-features = false