near-token 0.2.0

a small crate to work with NEAR token 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 token values ergonomically and efficiently (NEAR Protocol)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "near-token"
readme = "README.md"
repository = "https://github.com/near/near-token"
rust-version = "1.68.2"
version = "0.2.0"