near-gas 0.2.5

a small crate to work with NEAR Gas unit values ergonomically and efficiently (NEAR Protocol)
Documentation
[dependencies.borsh]
features = ["derive"]
optional = true
version = "1"

[dependencies.interactive-clap]
optional = true
version = "0.2.4"

[dependencies.schemars]
optional = true
version = "0.8.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"

[features]
abi = ["borsh/unstable__schema", "schemars"]

[package]
authors = ["Serhieiev Ivan <serhieievivan6@gmail.com>", "Vlad Frolov <frolvlad@gmail.com>"]
categories = ["parser-implementations", "value-formatting", "no-std"]
description = "a small crate to work with NEAR Gas unit values ergonomically and efficiently (NEAR Protocol)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "near-gas"
readme = "README.md"
repository = "https://github.com/near/near-gas"
rust-version = "1.68.0"
version = "0.2.5"