# 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 = "2018" name = "lido" version = "1.1.0-patch.1" authors = ["Chorus One "] description = "Lido for Solana is a Lido DAO-governed liquid staking protocol for the Solana blockchain." homepage = "https://github.com/aSolHQ/solido" license = "GPL-3.0" repository = "https://github.com/aSolHQ/solido" [lib] crate-type = ["cdylib", "lib"] [dependencies.borsh] version = "0.9.1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.121" [dependencies.serde_derive] version = "1.0.103" [dependencies.solana-program] version = "=1.7.11" [dependencies.spl-token] version = "3.1.1" features = ["no-entrypoint"] [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.solana-program-test] version = "=1.7.11" [dev-dependencies.solana-sdk] version = "=1.7.11" [dev-dependencies.solana-vote-program] version = "=1.7.11" [dev-dependencies.spl-memo] version = "3.0.1" features = ["no-entrypoint"] [features] no-entrypoint = [] test-bpf = []