# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "junobuild-didc" version = "0.0.1" authors = ["David Dal Busco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for generating JavaScript or TypeScript content from a DID file using the didc tool." homepage = "https://juno.build" documentation = "https://docs.rs/junobuild-didc" readme = "README.md" keywords = [ "candid", "didc", "javascript", "bindings", "CLI", ] categories = [ "command-line-utilities", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/junobuild/didc" [[bin]] name = "junobuild-didc" path = "src/main.rs" [[test]] name = "cli_test" path = "tests/cli_test.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.candid_parser] version = "0.1.4" [dependencies.clap] version = "4" features = ["derive"]