arknet-common 1.0.7

Shared types, errors, and utilities used across the arknet workspace.
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"
rust-version = "1.86"
name = "arknet-common"
version = "1.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, errors, and utilities used across the arknet workspace."
readme = false
license = "Apache-2.0"
repository = "https://github.com/st-hannibal/arknet"

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

[dependencies.borsh]
version = "1.5"
features = ["derive"]

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"