[package] name = "solarti-token-group-interface" version = "0.1.2" description = "Solarti Program Library Token Group Interface" authors = [ "Miraland Crafters ", "Solana Labs Maintainers " ] repository = "https://github.com/miraland-labs/solarti-program-library" license = "Apache-2.0" edition = "2021" [dependencies] bytemuck = "1.14.0" miraland-program = ">=1.18.2" solarti-discriminator = { version = "0.1.5" , path = "../../libraries/discriminator" } solarti-pod = { version = "0.1.4" , path = "../../libraries/pod", features = ["borsh"] } solarti-program-error = { version = "0.3.5" , path = "../../libraries/program-error" } [dev-dependencies] solarti-type-length-value = { version = "0.3.4", path = "../../libraries/type-length-value", features = ["derive"] } [lib] crate-type = ["cdylib", "lib"] name = "spl_token_group_interface" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]