[package] name = "pitchtalk-solana" version = "0.1.0" description = "Created with Anchor" edition = "2021" license = "MIT" homepage = "https://pitchtalk.com" repository = "https://gitlab.com/hapi_p/pitchtalk/pichtalk-solana-contract" readme = "../../README.md" [lib] crate-type = ["cdylib", "lib"] name = "pitchtalk_solana" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] uuid = "1.7.0" ethnum = "1.5.0" anchor-lang = { version = "0.29.0", features = ["init-if-needed"] } anchor-spl = "0.29.0" spl-token = "4.0.0"