# 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 = "turbo-genesis-sdk" version = "1.6.2" authors = ["@jozanza (hello@jsavary.com)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turbo Genesis SDK" readme = "README.md" license = "MIT" repository = "https://github.com/super-turbo-society/turbo-genesis-sdk" [lib] name = "turbo_genesis_sdk" crate-type = ["lib"] path = "src/lib.rs" [dependencies.base64] version = "0.21.2" [dependencies.binary-layout] version = "3.2.0" [dependencies.borsh] version = "<1.0" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.solana-sdk] version = ">=1.17,<2.0" optional = true [dependencies.structstruck] version = "0.4.1" [features] no-host = [] solana = ["solana-sdk"]