aiken/crates/aiken-lsp/Cargo.toml

29 lines
763 B
TOML

[package]
name = "aiken-lsp"
version = "0.0.29"
edition = "2021"
description = "Cardano smart contract language and toolchain"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>"]
rust-version = "1.66.1"
[dependencies]
crossbeam-channel = "0.5.7"
indoc = "2.0.1"
itertools = "0.10.5"
lsp-server = "0.7.0"
lsp-types = "0.94.0"
miette = "5.5.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
serde = "1.0.152"
serde_json = "1.0.94"
thiserror = "1.0.39"
tracing = "0.1.37"
url = "2.3.1"
urlencoding = "2.1.2"
aiken-lang = { path = '../aiken-lang', version = "0.0.29" }
aiken-project = { path = '../aiken-project', version = "0.0.29" }