[package] name = "staticfraction" version = "0.0.1" authors = ["chrysn "] description = "numeric data types that represent fractions; generalized fixed-point numbers" repository = "https://gitlab.com/chrysn/staticfraction" readme = "README.rst" keywords = ["numerics", "fractions", "mathematics", "static", "types"] license = "GPL-3.0" # let me know if you need more permissive [badges] gitlab = { repository = "chrysn/staticfraction" } [dependencies] num = ">= 0.1" # guessed; might easily work with earlier versions too [dependencies.fraction] version = ">= 0.3" # guessed; might easily work with earlier versions too optional = true [features] to_fraction = ["fraction"]