[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)"]