[package] name = "aiken" description = "Cardano smart contract language and toolchain" version = "0.0.20" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken" license = "Apache-2.0" authors = ["Lucas Rosa ", "Kasey White "] [dependencies] anyhow = "1.0.57" clap = { version = "3.1.14", features = ["derive"] } hex = "0.4.3" pallas-addresses = "0.14.0-alpha.3" pallas-codec = "0.14.0-alpha.3" pallas-crypto = "0.14.0-alpha.3" pallas-primitives = "0.14.0-alpha.3" pallas-traverse = "0.14.0-alpha.3" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" uplc = { path = '../uplc', version = "0.0.20" } aiken-lang = { path = "../lang", version = "0.0.20" } toml = "0.5.9" walkdir = "2.3.2" ignore = "0.4.18" regex = "1.6.0" miette = { version = "5.3.0", features = ["fancy"] } thiserror = "1.0.37"