# 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 = "2018" name = "idl2json" 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" resolver = "2" [dependencies.candid] version = "0.10.0" [dependencies.candid_parser] version = "0.1.0" [dependencies.clap] version = "3" features = ["derive"] optional = true [dependencies.serde_json] version = "^1.0" [dependencies.sha2] version = "0.10.8" optional = true [dev-dependencies.json-patch] version = "0.2.6" [dev-dependencies.num-bigint] version = "0.4.3" [dev-dependencies.serde] version = "1" [features] clap = ["dep:clap"] crypto = ["sha2"] default = ["crypto"]