# 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-ts" version = "0.4.0" authors = ["Ian Macalinao "] description = "Generates TypeScript code from a Move IDL." homepage = "https://moving.wtf" keywords = [ "move", "diem", "token", ] license = "Apache-2.0" repository = "https://github.com/movingco/move-ts" [dependencies.anyhow] version = "1.0.42" [dependencies.heck] version = "0.4.0" [dependencies.itertools] version = "0.10" [dependencies.move-idl] version = "0.4" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.static-address] version = "0.2" [features] address20 = ["move-idl/address20"] address32 = ["move-idl/address32"] default = []