gear-utils 2.0.0

Utils of gear network
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 = "2024"
rust-version = "1.91"
name = "gear-utils"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utils of gear network"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gear-utils"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

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

[dependencies.gear-core]
version = "=2.0.0"
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.nonempty]
version = "0.12.0"
default-features = false

[dependencies.parity-scale-codec]
version = "3.7.5"
default-features = false

[dependencies.path-clean]
version = "1.0.1"

[dependencies.serde]
version = "^1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.135"
features = ["alloc"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]