thru-abi-loader 0.2.21

ABI loading utilities for the Thru blockchain
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 = "thru-abi-loader"
version = "0.2.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI loading utilities for the Thru blockchain"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Unto-Labs/thru"

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

[[bin]]
name = "abi-flatten"
path = "src/flatten_main.rs"

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

[dependencies.abi_types]
version = "0.2.21"
package = "thru-abi-types"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sha2]
version = "0.11"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.git2]
version = "0.20"
features = [
    "vendored-openssl",
    "ssh",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "charset",
    "http2",
    "rustls-tls",
]
default-features = false