denali 0.0.18

Parser/writer of the Denali test format
Documentation
# 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 = "denali"
version = "0.0.18"
authors = ["Dharitri <contact@dharitri.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser/writer of the Denali test format"
homepage = "https://numbat.com/"
documentation = "https://docs.numbat.com/"
readme = "README.md"
keywords = [
    "numbat",
    "blockchain",
    "contract",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/TerraDharitri/drt-rs-sdk"
resolver = "2"

[lib]
name = "denali"
path = "src/lib.rs"

[[test]]
name = "interpreter_test"
path = "tests/interpreter_test.rs"

[dependencies.bech32]
version = "0.9.0"

[dependencies.hex]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha3]
version = "0.9.1"