zlink-codegen 0.4.0

Utility to generate zlink code from varlink IDL files
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 = "2021"
rust-version = "1.83"
name = "zlink-codegen"
version = "0.4.0"
authors = ["Zeeshan Ali Khan<zeenix@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility to generate zlink code from varlink IDL files"
readme = "README.md"
keywords = [
    "varlink",
    "ipc",
    "codegen",
    "idl",
    "generator",
]
categories = [
    "development-tools::build-utils",
    "parsing",
]
license = "MIT"
repository = "https://github.com/z-galaxy/zlink/"

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

[[bin]]
name = "zlink-codegen"
path = "src/main.rs"

[[test]]
name = "codegen"
path = "tests/codegen.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.heck]
version = "0.5"

[dependencies.zlink]
version = "0.4.0"
features = [
    "idl",
    "idl-parse",
]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.14"