[package]
name = "cw-cyber-gift"
version = "3.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]
cw2 = { workspace = true }
cw20 = { workspace = true }
cw1-subkeys = "0.13.4"
cosmwasm-std = { workspace = true, features = ["staking"] }
cyber-std = { workspace = true }
cw-utils = { workspace = true }
cw-cyber-passport = { path = "../cw-cyber-passport", features = ["library"] }
cw-cyber-subgraph = { path = "../cw-cyber-subgraph", features = ["library"] }
cw-storage-plus = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
hex = { workspace = true }
sha2 = { workspace = true }
semver = { workspace = true }

[dev-dependencies]
csv = "1.1"
cosmwasm-schema = { workspace = true }
cw-multi-test = { workspace = true }
cw1-whitelist = { version = "0.13.4" }
cyber-std-test = { workspace = true }

Dimensions

bbg/Cargo.toml
zheng/Cargo.toml
cw-cyber/Cargo.toml
optica/Cargo.toml
hemera/Cargo.toml
nox/Cargo.toml
rs/Cargo.toml
nebu/Cargo.toml
trident/Cargo.toml
nebu/wgsl/Cargo.toml
hemera/cli/Cargo.toml
rs/rsc/Cargo.toml
nebu/rs/Cargo.toml
rs/macros/Cargo.toml
hemera/bench/Cargo.toml
hemera/rs/Cargo.toml
rs/core/Cargo.toml
nebu/cli/Cargo.toml
hemera/wgsl/Cargo.toml
cw-cyber/contracts/hub-libs/Cargo.toml
cw-cyber/contracts/litium-core/Cargo.toml
cw-cyber/contracts/litium-mine/Cargo.toml
cw-cyber/contracts/std-test/Cargo.toml
cw-cyber/contracts/hub-protocols/Cargo.toml
cw-cyber/packages/hub-base/Cargo.toml
cw-cyber/contracts/hub-channels/Cargo.toml
cw-cyber/contracts/cw-cyber-subgraph/Cargo.toml
trident/editor/zed/Cargo.toml
cw-cyber/contracts/cybernet/Cargo.toml
cw-cyber/contracts/hub-tokens/Cargo.toml
cw-cyber/tests/litium-tests/Cargo.toml
cw-cyber/contracts/cw-cyber-passport/Cargo.toml
cw-cyber/contracts/hub-networks/Cargo.toml
cw-cyber/contracts/graph-filter/Cargo.toml
cw-cyber/packages/cyber-std/Cargo.toml
rs/tests/macro-integration/Cargo.toml
cw-cyber/contracts/litium-wrap/Cargo.toml
cw-cyber/contracts/hub-skills/Cargo.toml
cw-cyber/contracts/litium-stake/Cargo.toml
cw-cyber/contracts/litium-refer/Cargo.toml
cw-cyber/packages/cyber-std-test/Cargo.toml

Local Graph