aiken/crates/aiken/Cargo.toml

32 lines
954 B
TOML

[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "0.0.28"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
anyhow = "1.0.57"
clap = { version = "3.1.14", features = ["derive"] }
hex = "0.4.3"
ignore = "0.4.18"
indoc = "1.0"
miette = { version = "5.3.0", features = ["fancy"] }
owo-colors = "3.5.0"
pallas-addresses = "0.16.0"
pallas-codec = "0.16.0"
pallas-crypto = "0.16.0"
pallas-primitives = "0.16.0"
pallas-traverse = "0.16.0"
regex = "1.5.4"
thiserror = "1.0.31"
aiken-lang = { path = "../aiken-lang", version = "0.0.28" }
aiken-lsp = { path = "../aiken-lsp", version = "0.0.28" }
aiken-project = { path = '../aiken-project', version = "0.0.28" }
uplc = { path = '../uplc', version = "0.0.28" }
serde_json = "1.0.91"