# 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-schema" version = "0.4.0" authors = ["Ian Macalinao "] description = "Rust types for the Move IDL specification." homepage = "https://moving.wtf" readme = "README.md" keywords = [ "move", "diem", "token", ] license = "Apache-2.0" repository = "https://github.com/movingco/move-idl" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.move-idl] version = "0.4.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [features] address20 = ["move-idl/address20"] address32 = ["move-idl/address32"] default = []