# 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 = "golana-cli" version = "0.1.4" description = "The CLI of the Golana project." keywords = [ "solana", "goscript", ] license = "Apache-2.0" repository = "https://github.com/oxfeeefeee/golana/" resolver = "1" [[bin]] name = "golana" path = "src/main.rs" [dependencies.anchor-client] version = "0.28.0" [dependencies.anchor-syn] version = "0.28.0" features = ["idl"] [dependencies.anyhow] version = "1.0" [dependencies.borsh] version = "0.10.3" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dirs] version = "3.0" [dependencies.go-engine] version = "0.1.5" features = [ "read_fs", "read_zip", "codegen", "btree_map", "instruction_pos", "serde_borsh", ] default-features = false [dependencies.go-vm] version = "0.1.5" features = [ "btree_map", "serde_borsh", "instruction_pos", ] [dependencies.golana] version = "0.1.3" [dependencies.golana-loader] version = "0.1.3" [dependencies.heck] version = "0.3.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.solana-sdk] version = "1.16.9" [dependencies.toml] version = "0.5.9" [build-dependencies.anyhow] version = "1.0" [build-dependencies.walkdir] version = "2" [build-dependencies.zip] version = "0.6.2" features = ["deflate"] default-features = false