# 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" rust-version = "1.75.0" name = "quartz-contract-core" version = "0.1.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A CosmWasm framework for securely interacting with Intel SGX enclaves. """ homepage = "https://cycles.money" readme = "README.md" keywords = [ "cosmos", "cosmwasm", "cycles", "quartz", "sgx", ] categories = [ "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/cycles-quartz" [lib] name = "quartz_contract_core" path = "src/lib.rs" [dependencies.ciborium] version = "0.2.2" default-features = false [dependencies.cosmwasm-schema] version = "2.1.1" default-features = false [dependencies.cosmwasm-std] version = "2.1.1" features = [ "std", "abort", ] default-features = false [dependencies.cw-storage-plus] version = "2.0.0" default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.k256] version = "0.13.2" features = [ "ecdsa", "alloc", ] default-features = false [dependencies.quartz-dcap-verifier-msgs] version = "0.1.0" default-features = false [dependencies.quartz-tcbinfo-msgs] version = "0.1.0" default-features = false [dependencies.quartz-tee-ra] version = "0.1.0" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.94" features = ["alloc"] default-features = false [dependencies.serde_with] version = "3.4.0" features = [ "hex", "macros", ] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.thiserror] version = "1.0.49" default-features = false [dev-dependencies.serde_json] version = "1.0.94" features = ["alloc"] default-features = false [features] default = [] library = [] mock-sgx = [] std = [ "k256/std", "serde/std", "serde_json/std", "sha2/std", "cosmwasm-std/std", ]