tessellate 0.5.0

Command-line interface for the Tess rule language
# 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 = "tessellate"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Tess rule language"
readme = "README.md"
keywords = [
    "policy",
    "rules",
    "verification",
    "dsl",
    "smt",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/dongho-jung/tess"

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

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

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.14"

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

[dependencies.clap_complete]
version = "4.6.7"

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

[dependencies.lsp-types]
version = "0.97.0"

[dependencies.rustyline]
version = "=15.0.0"
features = ["with-file-history"]
default-features = false

[dependencies.semver]
version = "1.0.26"

[dependencies.serde_json]
version = "1.0.140"
features = ["arbitrary_precision"]

[dependencies.tess]
version = "0.5.0"
package = "tessellate-core"

[lints.clippy]
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
too_many_lines = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"