forge-types 0.2.0

Ergo blockchain types
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 = "2021"
name = "forge-types"
version = "0.2.0"
description = "Ergo blockchain types"
readme = "README.md"
license = "MIT"

[dependencies.ergo-chain-types]
version = "0.14.1"

[dependencies.ergo-lib]
version = "0.27.1"

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

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.serde_with]
version = "1.11.0"

[dev-dependencies.anyhow]
version = "1.0.82"

[dev-dependencies.reqwest]
version = "0.12.4"
features = ["json"]

[dev-dependencies.tokio]
version = "1.37.0"
features = ["full"]