[package] name = "solarti-transfer-hook-interface" version = "0.4.6" description = "Solarti Program Library Transfer Hook Interface" authors = [ "Miraland Crafters ", "Miraland Labs Maintainers ", ] repository = "https://github.com/miraland-labs/solarti-program-library" license = "Apache-2.0" edition = "2021" [dependencies] arrayref = "0.3.7" bytemuck = { version = "1.19.0", features = ["derive"] } miraland-program = ">1.19.0" solarti-discriminator = { version = "0.1.10", path = "../../../libraries/discriminator" } solarti-program-error = { version = "0.3.11", path = "../../../libraries/program-error" } solarti-tlv-account-resolution = { version = "0.5.5", path = "../../../libraries/tlv-account-resolution" } solarti-type-length-value = { version = "0.3.9", path = "../../../libraries/type-length-value" } solarti-pod = { version = "0.1.10", path = "../../../libraries/pod" } [lib] crate-type = ["cdylib", "lib"] name = "spl_transfer_hook_interface" [dev-dependencies] tokio = { version = "1.38.0", features = ["full"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]