# 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" name = "near-account-id" version = "1.0.0" authors = ["Near Inc "] publish = true description = "This crate contains the Account ID primitive and its validation facilities" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/near/near-account-id" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.borsh] version = "1.0.0" features = ["rc"] optional = true [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0.119" features = [ "alloc", "derive", "rc", ] optional = true [dev-dependencies.anyhow] version = "1.0.14" [dev-dependencies.backtrace] version = "0.3.13" [dev-dependencies.bolero] version = ">=0.8.0, <0.10.0" [dev-dependencies.lazy_static] version = "1.0.2" [dev-dependencies.serde_json] version = "1.0.25" [features] abi = [ "borsh/unstable__schema", "schemars", ] default = [] internal_unstable = []