[package] name = "spl-token-bonding" version = "3.2.5" description = "Created with Anchor" edition = "2018" license = "AGPL-3.0-or-later" [lib] crate-type = ["cdylib", "lib"] name = "spl_token_bonding" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.22.0" anchor-spl = "0.22.0" uint = "0.9" spl-token = "3.2.0" [dev-dependencies] proptest = "1.0.0"