[package] name = "near-runtime-utils" version = "4.0.0-pre.1" authors = ["Near Inc "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/nearprotocol/nearcore" homepage = "https://github.com/nearprotocol/nearcore" description = """ This crate contains utility functions for NEAR runtime. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # The crate should't include dependencies on `near-primitives` and `near-crypto` to keep the dependencies limited. # Historically, `near-primitives` contained a bunch of dependencies that prevented this crate from being compiled to Wasm. [dependencies] lazy_static = "1.4" regex = "1" [package.metadata.workspaces] independent = true