[package] name = "trip-protocol" version = "0.1.0" description = "A way to access trip-protocol structs outside of the contract" license = "MIT" homepage = "https://tripprotocol.org" edition = "2018" [lib] crate-type = ["cdylib", "lib"] name = "teleport_contract" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.19.0" spl-token = {version="3.2.0", features=["no-entrypoint"]}