# 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-bigint" version = "1.0.1" authors = ["jack the dev , hackerdocc "] description = "Big integer types compatible with NEAR Protocol state trie serialization and serde serialization" readme = "README.md" keywords = [ "near_protocol", "big_integer", ] categories = [ "cryptography::cryptocurrencies", "data-structures", "encoding", "mathematics", ] license = "MIT" repository = "https://github.com/hideyour-cash/monorepo" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" overflow-checks = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.near-sdk] version = "4.0.0" [dependencies.paste] version = "1.0.9" [dependencies.uint] version = "0.9.3" [dev-dependencies.rstest] version = "0.14.0"