facet-actix 0.44.0

Glue crate between actix-web and facet
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 = "facet-actix"
version = "0.44.0"
authors = ["Tamo <tamo@meilisearch.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Glue crate between actix-web and facet"
documentation = "https://docs.rs/facet-actix"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/irevoire/facet-actix"

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

[dependencies.actix-web]
version = "4.13.0"

[dependencies.facet]
version = "0.44"

[dependencies.facet-format]
version = "0.44"

[dependencies.facet-json]
version = "0.44"

[dependencies.facet-urlencoded]
version = "0.44"