# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xdomain" version = "0.1.0" authors = ["xdomain "] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "xdomain name service package to interact with smart contracts" readme = "README.md" keywords = [ "xdomain", "rust", "crate", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/sitespotai/xdomain-package.git" resolver = "1" [lib] name = "xdomain" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.cosmwasm-std] version = "0.16.2" [dependencies.cosmwasm-storage] version = "0.16.0" [dependencies.cw-storage-plus] version = "0.8.0" [dependencies.cw0] version = "0.9.1" [dependencies.cw2] version = "0.8.1" [dependencies.cw721] version = "0.9.1" [dependencies.hex] version = "0.4.3" [dependencies.schemars] version = "0.8.3" [dependencies.serde] version = "1.0.127" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.26" [dependencies.tiny-keccak] version = "1.4.2" [dependencies.unicode-segmentation] version = "1.8.0" [dev-dependencies.cosmwasm-schema] version = "0.16.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []