# 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 = "cm_contract_sdk" version = "0.0.2" description = "cm contract sdk for studty" license = "Apache-2.0" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz"] [profile.release] opt-level = "z" lto = true panic = "abort" [lib] crate-type = ["rlib"] [dependencies.base64] version = "0.21.3" [dependencies.chrono] version = "0.4.29" [dependencies.hex] version = "0.4.3" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"]