capnprotols 0.1.3

Language server and formatter (capnpfmt) for Cap'n Proto schema files
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 = "2021"
rust-version = "1.81.0"
name = "capnprotols"
version = "0.1.3"
build = "build.rs"
exclude = [
    "extension/**",
    ".github/**",
    ".claude/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "capnprotols"
description = "Language server and formatter (capnpfmt) for Cap'n Proto schema files"
documentation = "https://docs.rs/capnprotols"
readme = "README.md"
keywords = [
    "capnp",
    "capnproto",
    "lsp",
    "language-server",
    "formatter",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/puremourning/capnprotols"

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

[[bin]]
name = "capnpfmt"
path = "src/capnpfmt.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.capnp]
version = "0.25"

[dependencies.dashmap]
version = "5"

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.ropey]
version = "1.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
    "process",
    "sync",
    "time",
    "fs",
]

[dependencies.tower-lsp]
version = "0.20"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tree-sitter]
version = "0.20"

[dependencies.tree-sitter-capnp]
version = "1.5"

[build-dependencies.capnpc]
version = "0.25"