[package] name = "solarti-name-service" description = "Solarti Program Library Name Service" version = "0.2.1" repository = "https://github.com/miraland-labs/solarti-program-library" authors = [ "lcchy ", "Solana Labs Maintainers " ] license = "Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] no-entrypoint = [] test-sbf = [] [dependencies] miraland-program = "=1.14.17-rc4" num-traits = "0.2" borsh = "0.9.1" num-derive = "0.3.3" thiserror = "1.0.29" [dev-dependencies] miraland-program-test = "=1.14.17-rc4" miraland-sdk = "=1.14.17-rc4" [lib] crate-type = ["cdylib", "lib"] name = "spl_name_service"