[package]
name = "cw-cyber-passport"
version = "1.0.0"
authors = ["CyberHead"]
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
# for more explicit tests, cargo test --features=backtraces
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []
[dependencies]
cosmwasm-std = { workspace = true, features = ["staking"] }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
cw721 = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
cyber-std = { workspace = true }
cw-cyber-subgraph = { path = "../cw-cyber-subgraph" }
cw-utils = { workspace = true }
hex = { workspace = true }
sha2 = { workspace = true }
sha3 = "0.9"
bech32 = "0.8.1"
cw721-base = { workspace = true }
primitive-types = { version = "0.10.1", default-features = false, features = ["byteorder"] }
ripemd160 = "0.9.1"
base64 = "0.13"
semver = { workspace = true }
[dev-dependencies]
cosmwasm-schema = { workspace = true }
cw-cyber/contracts/cw-cyber-passport/Cargo.toml
ฯ 0.0%