[package] name = "fetchai_std" description = "A library for building smart contracts on the Fetch.ai ecosystem" repository = "https://github.com/fetchai/fetchai-std" license = "Apache-2.0" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-std = "1.0.0-beta" cosmwasm-storage = "1.0.0-beta" cw-storage-plus = "0.13.0" snafu = { version = "0.6.3" } hmac-sha256 = "1.1.2"