rossi-cli 0.1.3

Command-line interface for the Rossi Event-B toolchain
# 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"
rust-version = "1.85"
name = "rossi-cli"
version = "0.1.3"
authors = ["Rossi Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Rossi Event-B toolchain"
readme = "README.md"
keywords = [
    "cli",
    "event-b",
    "formal-methods",
    "verification",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eventb-rossi/rossi"

[[bin]]
name = "rossi"
path = "src/main.rs"
doc = false

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

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.eventb-lsp]
version = "0.1.3"

[dependencies.rossi]
version = "0.1.3"

[dependencies.rossi-build]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "8.1"