# 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 = "buddy-link" version = "0.4.0" description = "Library to interact with the BuddyLink on-chain referral system" readme = "README.md" license = "MIT" [lib] name = "buddy_link" path = "src/lib.rs" [[test]] name = "test_validate" path = "src/tests/test_validate.rs" [dependencies.ahash] version = "=0.8.11" [dependencies.anchor-lang] version = "0.30.1" [dependencies.anchor-spl] version = "0.30.1" [dependencies.borsh] version = "0.10.3" [dependencies.solana-program] version = "1.17.33" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.solana-client] version = "1.18.1" [dev-dependencies.solana-sdk] version = "1.18.1" [dev-dependencies.spl-associated-token-account] version = "2.0.0" [features] devnet = [] mainnet = []