# 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 = "arrow-sunny" version = "0.3.1" authors = ["Oliver Queen "] description = "Sunny protocol integration for Arrow." homepage = "https://arrowprotocol.com" keywords = ["solana", "arrow", "quarry", "sunny", "anchor"] license = "AGPL-3.0" repository = "https://github.com/arrowprotocol/arrow" [lib] name = "arrow_sunny" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "^0.24" [dependencies.anchor-spl] version = "^0.24" [dependencies.num-traits] version = "0.2" [dependencies.quarry-mine] version = "^5" features = ["cpi"] [dependencies.quarry-mint-wrapper] version = "^5" features = ["cpi"] [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.static-pubkey] version = "1.0.2" [dependencies.sunny-anchor] version = "0.3.1" features = ["cpi"] [dependencies.vipers] version = "^2" features = ["spl-associated-token-account"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []