# 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-loader" version = "0.1.3" description = "The Goscript bytecode loader created with Anchor" keywords = [ "solana", "goscript", ] license = "Apache-2.0" repository = "https://github.com/oxfeeefeee/golana/" resolver = "1" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.28.0" [dependencies.anyhow] version = "1.0" [dependencies.borsh] version = "0.10.3" [dependencies.bytemuck] version = "1.4.0" features = [ "derive", "min_const_generics", ] [dependencies.go-vm] version = "0.1.5" features = [ "btree_map", "serde_borsh", "instruction_pos", ] [dependencies.golana] version = "0.1.3" [dependencies.smalloc] version = "0.1.2" [dependencies.solana-program] version = "1.16.9" [dependencies.spl-associated-token-account] version = "2.0.0" features = ["no-entrypoint"] [dependencies.spl-math] version = "0.2.0" features = ["no-entrypoint"] [dependencies.spl-token] version = "4.0.0" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] custom-heap = [] default = ["custom-heap"] no-entrypoint = [] no-idl = [] no-log-ix-name = []