# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "marsh-program" version = "2.1.2" description = "Marsh is a cryptocurrency for sovereign individuals living in Mirascape Horizon." homepage = "https://miraland.io/marsh" documentation = "https://miraland.io/marsh" readme = "README.md" keywords = [ "solana", "crypto", "miraland", "mars", "marsh", ] license = "Apache-2.0" repository = "https://github.com/miraland-labs/marsh" [lib] name = "marsh" crate-type = [ "cdylib", "lib", ] [dependencies.drillx] version = "2.1.0" features = ["solana"] package = "marsh-drillx" [dependencies.marsh-api] version = "2.1.2" package = "marsh-api" [dependencies.marsh-utils] version = "2.1.2" features = ["spl"] package = "marsh-utils" [dependencies.mpl-token-metadata] version = "4.1.2" [dependencies.solana-program] version = "^1.18" [dependencies.spl-associated-token-account] version = "^2.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "^4" features = ["no-entrypoint"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.solana-program-test] version = "^1.18" [dev-dependencies.solana-sdk] version = "^1.18" [dev-dependencies.tokio] version = "1.35" features = ["full"] [features] default = [] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dev-dependencies.bs64] version = "0.1.2"