typesense_codegen 0.30.0

Types for typesense generated with openapi spec
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 = "typesense_codegen"
version = "0.30.0"
authors = ["Typesense  <contact@typesense.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types for typesense generated with openapi spec"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/typesense/typesense-rust"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]

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

[dependencies.bon]
version = "3"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.url]
version = "2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest-middleware]
version = "0.4"
features = ["json"]