ridl-cli 0.2.0

The `ridl` command-line toolchain: check, build, fmt, lock, diff, lsp, and mcp, over the shared compiler crates.
# 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-cli"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `ridl` command-line toolchain: check, build, fmt, lock, diff, lsp, and mcp, over the shared compiler crates."
readme = false
license = "MIT"
repository = "https://github.com/driftsys/ridl"
resolver = "2"

[[bin]]
name = "ridl"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.lsp-server]
version = "0.10.0"

[dependencies.num-bigint]
version = "0.4.8"

[dependencies.num-rational]
version = "0.4.2"

[dependencies.proptest]
version = "1.11.0"
features = ["std"]
default-features = false

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

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

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

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

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

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

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

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

[dependencies.ridlc]
version = "0.2.0"

[dependencies.rowan]
version = "0.16.1"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.53.1"
features = [
    "io-std",
    "macros",
    "rt",
    "rt-multi-thread",
]

[dev-dependencies.pulldown-cmark]
version = "0.13.4"
default-features = false

[dev-dependencies.rmcp]
version = "3.3.0"
features = [
    "macros",
    "server",
    "transport-io",
    "client",
    "transport-child-process",
]
default-features = false

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "io-std",
    "macros",
    "rt",
    "rt-multi-thread",
    "process",
    "time",
]