[package] authors = ["Chorus One "] license = "GPL-3.0" edition = "2018" name = "lido" version = "1.1.0-patch.1" description = "Lido for Solana is a Lido DAO-governed liquid staking protocol for the Solana blockchain." homepage = "https://github.com/aSolHQ/solido" repository = "https://github.com/aSolHQ/solido" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] no-entrypoint = [] test-bpf = [] [dependencies] borsh = "0.9.1" num-derive = "0.3" num-traits = "0.2" serde = "1.0.121" serde_derive = "1.0.103" solana-program = "=1.7.11" spl-token = { version = "3.1.1", features = ["no-entrypoint"] } [dev-dependencies] bincode = "1.3.1" rand = "0.7.3" serde_json = "1.0" solana-program-test = "=1.7.11" solana-sdk = "=1.7.11" solana-vote-program = "=1.7.11" spl-memo = { version = "3.0.1", features = ["no-entrypoint"] } [lib] crate-type = ["cdylib", "lib"]