[package] name = "klend" version = "0.1.0" edition = "2021" license = "Apache-2.0" description = "Autogenerated CPI client for the Klend program." keywords = ["solana", "anchor"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] [dependencies] anchor-gen = "0.3.1" anchor-lang = ">=0.20"