[package] name = "base95" version = "0.1.1" authors = ["Kim Seungha "] edition = "2018" license = "MIT" description = "Textual representation of base 95 fractional numbers with arbitrary precision" repository = "https://github.com/seungha-kim/base95" categories = ["mathematics", "encoding"] readme = "README.md" documentation = "https://docs.rs/base95/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] rand = "0.8.3"