[package]
edition = "2024"
name = "xidl-parser"
version = "0.64.0"
build = false
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"
[lib]
name = "xidl_parser"
path = "src/lib.rs"
[[test]]
name = "test-annotation"
path = "tests/test-annotation.rs"
[[test]]
name = "test-annotation-template-coverage"
path = "tests/test-annotation-template-coverage.rs"
[[test]]
name = "test-bitmask"
path = "tests/test-bitmask.rs"
[[test]]
name = "test-bitset"
path = "tests/test-bitset.rs"
[[test]]
name = "test-const"
path = "tests/test-const.rs"
[[test]]
name = "test-coverage-core"
path = "tests/test-coverage-core.rs"
[[test]]
name = "test-coverage-hir"
path = "tests/test-coverage-hir.rs"
[[test]]
name = "test-coverage-semantic"
path = "tests/test-coverage-semantic.rs"
[[test]]
name = "test-enum"
path = "tests/test-enum.rs"
[[test]]
name = "test-except"
path = "tests/test-except.rs"
[[test]]
name = "test-include"
path = "tests/test-include.rs"
[[test]]
name = "test-interface"
path = "tests/test-interface.rs"
[[test]]
name = "test-interface-coverage"
path = "tests/test-interface-coverage.rs"
[[test]]
name = "test-misc"
path = "tests/test-misc.rs"
[[test]]
name = "test-module"
path = "tests/test-module.rs"
[[test]]
name = "test-preproc"
path = "tests/test-preproc.rs"
[[test]]
name = "test-struct"
path = "tests/test-struct.rs"
[[test]]
name = "test-template-module"
path = "tests/test-template-module.rs"
[[test]]
name = "test-typedef"
path = "tests/test-typedef.rs"
[[test]]
name = "test-union"
path = "tests/test-union.rs"
[dependencies.convert_case]
version = "0.11.0"
[dependencies.include_dir]
version = "0.7"
[dependencies.jiff]
version = "0.2"
[dependencies.md5]
version = "0.8.0"
[dependencies.minijinja]
version = "2.19.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tree-sitter]
version = "=0.25.0"
[dependencies.tree-sitter-idl]
version = "3.18.0"
[dependencies.xidl-parser-derive]
version = "0.64.0"
[dev-dependencies.insta]
version = "1.44"
[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)"]