# 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" rust-version = "1.68.2" name = "near-token" version = "0.3.0" authors = [ "Serhieiev Ivan ", "Vlad Frolov ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a small crate to work with NEAR token values ergonomically and efficiently (NEAR Protocol)" readme = "README.md" categories = [ "parser-implementations", "value-formatting", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/near/near-token" [lib] name = "near_token" path = "src/lib.rs" [dependencies.borsh] version = "1" features = ["derive"] optional = true [dependencies.interactive-clap] version = ">=0.2,<0.4" optional = true [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1" [features] abi = [ "borsh/unstable__schema", "schemars", ] borsh = ["dep:borsh"] interactive-clap = ["dep:interactive-clap"] schemars = ["dep:schemars"] serde = ["dep:serde"]