# 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-tsgen" version = "0.4.1" authors = ["Ian Macalinao "] description = "CLI for move-ts." homepage = "https://moving.wtf" keywords = [ "move", "typescript", "codegen", "sui", "aptos", ] license = "Apache-2.0" repository = "https://github.com/movingco/move-ts" [[bin]] name = "move-tsgen" path = "./src/bin/move-tsgen.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.async-trait] version = "0.1.56" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.json-cli] version = "0.1.0" [dependencies.move-idl] version = "0.4" [dependencies.move-package] version = "0.3.1" package = "mv-package" [dependencies.move-ts] version = "0.4.0" [dependencies.serde_json] version = "1.0.79" [dependencies.static-address] version = "0.2" [dependencies.tokio] version = "1.18.2" features = ["full"] [features] address20 = [ "move-idl/address20", "move-ts/address20", ] address32 = [ "move-idl/address32", "move-ts/address32", ] default = []