ridl-backend-rust 0.2.0

Compiles a RIDL IR package to Rust source, plus the generated interaction face.
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 = "ridl-backend-rust"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiles a RIDL IR package to Rust source, plus the generated interaction face."
readme = false
license = "MIT"
repository = "https://github.com/driftsys/ridl"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.prettyplease]
version = "0.2.37"

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.46"

[dependencies.ridl-ir]
version = "0.2.0"

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

[dependencies.syn]
version = "2.0.119"
features = ["full"]

[dev-dependencies.insta]
version = "1.48.0"
features = ["json"]

[dev-dependencies.planus]
version = "1.3.0"

[dev-dependencies.planus-codegen]
version = "1.3.0"

[dev-dependencies.planus-translation]
version = "1.3.0"

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