[package] name = "marsh-program" description = "Marsh is a cryptocurrency for sovereign individuals living in Mirascape Horizon." version.workspace = true edition.workspace = true license.workspace = true homepage.workspace = true documentation.workspace = true repository.workspace = true readme.workspace = true keywords.workspace = true [lib] crate-type = ["cdylib", "lib"] name = "marsh" [features] default = [] [dependencies] drillx.workspace = true mpl-token-metadata.workspace = true marsh-api.workspace = true marsh-utils.workspace = true solana-program.workspace = true spl-token.workspace = true spl-associated-token-account.workspace = true [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies] bs64 = "0.1.2" [dev-dependencies] rand = "0.8.5" solana-program-test = "^1.18" solana-sdk = "^1.18" tokio = { version = "1.35", features = ["full"] }