# 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 = "kelk-env" version = "0.3.0" authors = ["Pactus blockchain "] description = "Kelk-env is a Low-level interface for interacting with Tanour (Wasm executor) in Pactus blockchain." homepage = "https://pactus.org/" readme = "README.md" license = "BSD-3-Clause-Clear" repository = "https://github.com/pactus-project/kelk" resolver = "1" [dependencies.minicbor] version = "0.18" features = [ "half", "derive", "alloc", ] [dev-dependencies.wasm-bindgen-test] version = "0.3"