[package] name = "vectis-wallet" authors = ["bwty ", "iorveth ", "j0nl1 "] version = "1.0.0-rc2" edition = "2021" license-file = "LICENSE" keywords = ["cosmwasm", "account-abstraction", "smart-contracts", "vectis", "cosmos"] repository = "https://github.com/nymlab/vectis" description = "Vectis library for common messages, states and functions" [lib] doctest = false [dependencies] cosmwasm-std = { workspace = true } cw-storage-plus = { workspace = true } cosmwasm-schema = { workspace = true } serde-json-wasm = {workspace = true} serde = { workspace = true } cw2 = { workspace = true } cw-utils= { workspace = true } thiserror = { workspace = true } derivative = "2" sylvia = {workspace = true} sylvia-derive = {workspace = true} sha2 = {workspace = true} ripemd160 = {workspace = true} cosmos-sdk-proto = { workspace = true } hex = { version = "0.4", default-features = false } bech32 = "0.8.1" primitive-types = {version = "0.10.1", default-features = false, features = ["byteorder"]}