# 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 = "idl2json_cli" version = "0.10.1" authors = ["dfinity "] description = "Converts the candid interface description language to JSON." homepage = "https://github.com/dfinity/idl2json" documentation = "https://docs.rs/idl2json" readme = "README.md" keywords = [ "internet-computer", "idl", "candid", "dfinity", "json", ] categories = [ "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/dfinity/idl2json" [[bin]] name = "idl2json" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.candid] version = "0.10.0" [dependencies.candid_parser] version = "0.1.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.fn-error-context] version = "0.2.1" [dependencies.idl2json] version = "0.10.1" features = [ "clap", "crypto", ] [dependencies.serde_json] version = "^1.0" [build-dependencies.anyhow] version = "1" [build-dependencies.toml] version = "0.5.9"