# 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-dcap-verifier" version = "0.1.0" authors = ["Informal Systems "] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Standalone CosmWasm smart contract for verifying Intel SGX DCAP attestations that can be called by other contracts. """ 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" [package.metadata.scripts] optimize = ''' docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer:0.14.0 ''' [lib] name = "quartz_dcap_verifier" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "dcap_verifier_schema" path = "src/bin/dcap_verifier_schema.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.getrandom] version = "0.2.15" features = ["js"] [dependencies.quartz-dcap-verifier-msgs] version = "0.1.0" default-features = false [dependencies.quartz-tee-ra] version = "0.1.0" default-features = false [dev-dependencies] [features] library = []