# 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" version = "0.3.0" authors = ["Pactus blockchain "] description = "Kelk provide basic materials for writhing WASM based contracts 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.doc-comment] version = "0.3" [dependencies.fnv] version = "1.0.7" default-features = false [dependencies.kelk-allocator] version = "0.3.0" [dependencies.kelk-derive] version = "0.3.0" [dependencies.kelk-env] version = "0.3.0" [dependencies.minicbor] version = "0.18" features = [ "half", "derive", "alloc", ] [dependencies.rand] version = "0.8" features = ["small_rng"] default-features = false [dependencies.wee_alloc] version = "0.4" default-features = false