[package] name = "big-rational-str" version = "0.1.6" authors = ["Samuel Kriikkula "] license-file = "LICENSE" description = "Format and parse BigRationals to/from decimal numbers" repository = "https://gitlab.com/xamn/bigrational-str-rs" edition = "2018" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" num = "0.4.0" regex = "1.7.1" thiserror = "1.0.39"