[package] name = "solarti-record" version = "0.1.1" description = "Solarti Program Library Record Program" 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] borsh = "0.9.1" borsh-derive = "0.9.0" num-derive = "0.3" num-traits = "0.2" miraland-program = "=1.14.17-rc4" thiserror = "1.0" [dev-dependencies] miraland-program-test = "=1.14.17-rc4" miraland-sdk = "=1.14.17-rc4" [lib] crate-type = ["cdylib", "lib"] name = "spl_record" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]