[[bin]]
name = "junobuild-didc"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.87"
[dependencies.candid_parser]
version = "0.2.2"
[dependencies.clap]
features = ["derive"]
version = "4"
[package]
authors = ["David Dal Busco <https://daviddalbusco.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming", "wasm"]
description = "A CLI tool for generating JavaScript or TypeScript content from a DID file using the didc tool."
documentation = "https://docs.rs/junobuild-didc"
edition = "2021"
homepage = "https://juno.build"
keywords = ["candid", "idl", "javascript", "bindings", "CLI"]
license = "MIT"
name = "junobuild-didc"
readme = "README.md"
repository = "https://github.com/junobuild/didc"
version = "0.2.0"
[[test]]
name = "cli_test"
path = "tests/cli_test.rs"
[[test]]
name = "utils_test"
path = "tests/utils_test.rs"