# 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 = "debridge-solana-sdk" version = "1.0.1" description = "debridge-solana-sdk allows you to easily and quickly connect your Solana programs to the debridge infrastructure. Debridge protocol enables decentralized transfers of arbitrary messages and value between various blockchains." readme = "README.md" license = "LGPL-3.0" [dependencies.borsh] version = ">= 0.9.1" [dependencies.cfg-match] version = "0.2.1" [dependencies.derive_builder] version = "0.12.0" [dependencies.env_to_array] version = "0.1.1" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.sha3] version = "0.10.6" [dependencies.solana-program] version = ">= 1.14" [dependencies.thiserror] version = "1" [features] default = ["prod"] env = [] prod = []