stacksdapp-codegen 0.2.0

TypeScript code generation engine for Stacks dApps, using Tera templates to create type-safe contract hooks.
Documentation
[package]
name = "stacksdapp-codegen"
version = "0.2.0"
edition = "2021"
description = "TypeScript code generation engine for Stacks dApps, using Tera templates to create type-safe contract hooks."
license     = "MIT"
repository  = "https://github.com/scaffold-stack/scaffold-stack"
homepage    = "https://github.com/scaffold-stack/scaffold-stack"

include = [
    "src/**/*",
    "templates/**/*",
    "Cargo.toml"
]

[dependencies]
anyhow.workspace     = true
serde.workspace      = true
serde_json.workspace = true
tera.workspace       = true
tokio.workspace      = true
stacksdapp-parser    = {version = "0.2.0", path = "../parser" }
sha2 = "0.10"
tempfile.workspace = true