# 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 = "move-idl-parse" version = "0.4.0" authors = ["Ian Macalinao "] description = "CLI for parsing an IDL from a Move package." homepage = "https://moving.wtf" readme = "README.md" keywords = [ "move", "diem", "token", ] license = "Apache-2.0" repository = "https://github.com/movingco/move-idl" [[bin]] name = "move-idl-parse" path = "./src/bin/move-idl-parse.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.async-trait] version = "0.1.56" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.clitool] version = "0.2.0" [dependencies.move-idl] version = "0.4.0" [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.18.2" features = ["full"] [features] address20 = ["move-idl/address20"] address32 = ["move-idl/address32"] default = []