[package] name = "solarti-token-lending" version = "0.2.0" description = "Solarti Program Library Token Lending" authors = ["Solana Labs Maintainers "] repository = "https://github.com/miraland-labs/solarti-program-library" license = "Apache-2.0" edition = "2021" [features] no-entrypoint = [] test-sbf = [] [dependencies] arrayref = "0.3.6" bytemuck = "1.13.0" num-derive = "0.3" num-traits = "0.2" miraland-program = "=1.14.17-rc4" solarti-token = { version = "3.5", path = "../../token/program", features = [ "no-entrypoint" ] } thiserror = "1.0" uint = "0.9" [dev-dependencies] assert_matches = "1.5.0" base64 = "0.13" log = "0.4.14" proptest = "1.0" miraland-program-test = "=1.14.17-rc4" miraland-sdk = "=1.14.17-rc4" serde = "1.0" serde_yaml = "0.8" [lib] crate-type = ["cdylib", "lib"] name = "spl_token_lending"