[package]
edition = "2024"
rust-version = "1.85"
name = "fastapi-types"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the FastAPI Rust framework"
readme = false
license = "MIT OR Apache-2.0"
resolver = "2"
[lib]
name = "fastapi_types"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
doc_link_with_quotes = "allow"
doc_markdown = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "warn"