# 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 = "2018" name = "ergo-headless-dapp-framework" version = "0.1.13" authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>"] description = "An easy to use framework for building Ergo headless dApps." readme = "README.md" keywords = ["ergo", "blockchain", "dApp"] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/ergoplatform/ergo-headless-dapp-framework" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz", "--enable-mutable-globals"] [lib] crate-type = ["cdylib", "rlib"] [dependencies.base16] version = "0.2.1" [dependencies.blake2b_simd] version = "0.5.11" [dependencies.ergo-lib] version = "0.14.0" [dependencies.ergo-lib-wasm] version = "0.14.0" [dependencies.ergo_headless_dapp_framework_derive] version = "^0.1.0" [dependencies.json] version = "0.12.4" [dependencies.serde_json] version = "1.0.61" [dependencies.thiserror] version = "1.0.23" [dependencies.wasm-bindgen] version = "0.2.65"