[package]
name = "hub-skills"
version = "0.1.0"
authors = ["Bloqhub"]
edition = "2021"

exclude = [
  # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
  "contract.wasm",
  "hash.txt",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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 = []

[package.metadata.scripts]
optimize = """docker run --rm -v "$(pwd)":/code \
  --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
  --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
  cosmwasm/rust-optimizer:0.12.6
"""

[dependencies]
cosmwasm-std = { workspace = true, features = ["iterator", "abort"] }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
cid = { workspace = true }

[dev-dependencies]
cosmwasm-schema = { 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/contracts/cw-cyber-gift/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/litium-stake/Cargo.toml
cw-cyber/contracts/litium-refer/Cargo.toml
cw-cyber/packages/cyber-std-test/Cargo.toml

Local Graph