[package] name = "pfc-steak" version = "3.0.15" authors = ["larry ", "PFC "] edition = "2018" description = "Liquid steaking protocol for the cosmos" license = "GPL-3.0-or-later" homepage = "https://liquidsteaking.app" repository = "https://github.com/PFC-developer/steak-contracts" [dependencies] cosmwasm-std = { version = "1.5.4", features = ["ibc3"] } cosmwasm-schema = "1.5.4" cw20 = "1.1.2" cw20-base = { version = "1.1.2", features = ["library"] } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] }