xidl-api-reddit 0.72.0

A IDL codegen.
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 = "xidl-api-reddit"
version = "0.72.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A IDL codegen."
readme = "README.md"
keywords = [
    "omg",
    "dds",
    "idl",
    "http",
    "jsonrpc",
]
categories = [
    "compilers",
    "parser-implementations",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/xidl/xidl"
resolver = "2"

[package.metadata.docs.rs]
features = ["docs-only"]

[features]
client = []
default = ["client"]
docs-only = []
server = []

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

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.xidl-rust-axum]
version = "0.72.0"

[build-dependencies.xidl-build]
version = "0.72.0"

[lints.clippy]
collapsible-if = "allow"
if_same_then_else = "allow"
single_element_loop = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]