craft 0.5.0-devnet5

Command-line tool for building, testing, and deploying XRPL smart contracts in WASM
[[bin]]
name = "craft"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.bs58]
version = "0.5"

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

[dependencies.colored]
version = "2.2.0"

[dependencies.docker-api]
version = "0.14"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.inquire]
version = "0.7.5"

[dependencies.open]
version = "5.3.2"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.ripemd]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
features = ["full"]
version = "1.36"

[dependencies.walkdir]
version = "2.4"

[dependencies.which]
version = "7.0.3"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Command-line tool for building, testing, and deploying XRPL smart contracts in WASM"
edition = "2024"
homepage = "https://github.com/XRPLF/craft"
keywords = ["xrpl", "wasm", "smart-contracts", "cli"]
license = "ISC"
name = "craft"
readme = "README.md"
repository = "https://github.com/XRPLF/craft"
version = "0.5.0-devnet5"