near-account-id 0.12.0

This crate contains the Account ID primitive and its validation facilities
Documentation
[package]
name = "near-account-id"
version = "0.12.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
publish = true
# Please update rust-toolchain.toml as well when changing version here:
rust-version = "1.56.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/nearcore"
description = "This crate contains the Account ID primitive and its validation facilities"

[features]
default = ["borsh", "serde"]
internal_unstable = []
deepsize_feature = ["deepsize"]

[dependencies]
borsh = { version = "0.9", optional = true }
serde = { version = "1", optional = true }
deepsize = { version = "0.2.0", optional = true }

[dev-dependencies]
serde_json = "1"