# 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 = "cartesi-solana" version = "0.3.2" exclude = [ "tests/*", ".github/*", ] description = "Lib to help you run a Solana program inside the Cartesi Machine" homepage = "https://github.com/Calindra/cartesi-solana" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Calindra/cartesi-solana" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.1" [dependencies.borsh] version = "0.9.3" [dependencies.generic-array] version = "0.14.6" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.15.0" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.solana-program] version = "^1.10.0" [dev-dependencies.solana-sdk] version = "1.10.33"