compactp 0.1.0-beta.1

A production-grade parser frontend for the Compact language (Midnight Network)
# 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.90"
name = "compactp"
version = "0.1.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "compactp"
description = "A production-grade parser frontend for the Compact language (Midnight Network)"
homepage = "https://github.com/devrelaicom/compactp"
documentation = "https://docs.rs/compactp"
readme = "README.md"
keywords = [
    "compact",
    "midnight",
    "parser",
    "cli",
    "compiler",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/devrelaicom/compactp"

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

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

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

[dependencies.compactp_ast]
version = "=0.1.0-beta.1"

[dependencies.compactp_diagnostics]
version = "=0.1.0-beta.1"

[dependencies.compactp_lexer]
version = "=0.1.0-beta.1"

[dependencies.compactp_parser]
version = "=0.1.0-beta.1"

[dependencies.compactp_syntax]
version = "=0.1.0-beta.1"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.rowan]
version = "0.16"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.insta]
version = "1.46"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"