# 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 = "candid-gen" version = "0.1.0" authors = [ "cwnt.io", "Gustavo Basso ", "Ismael Pamplona ", ] description = """ CLI tool that automates the generation of Candid interface files from Rust canisters for Internet Computer (IC) projects. """ readme = "README.md" keywords = [ "candid", "canister", "internet-computer", "idl", "tools", ] categories = [ "command-line-utilities", "development-tools", "config", "wasm", ] license-file = "LICENSE" repository = "https://github.com/cwnt-io/candid-gen" [package.metadata.release] allow-branch = [ "master", "staging", "develop", ] [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.cmd_lib] version = "1.9.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.candid_parser] version = "0.1.4" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.10.1"