[package] name = "near-units-core" version = "0.2.0" authors = ["Near Inc "] edition = "2018" license = "GPL-3.0" categories = ["near"] repository = "https://github.com/near/units-rs" description = """ Core Rust library for parsing and displaying NEAR units. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.5" num-format = "0.4.0"