# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rational" version = "1.6.0" authors = ["Isak Jägberg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimalistic library for rational numbers" homepage = "https://github.com/ijagberg/rational" readme = "README.md" keywords = [ "rational", "ratio", "fraction", "fractions", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/ijagberg/rational" [lib] name = "rational" path = "src/lib.rs" [[example]] name = "iteration" path = "examples/iteration.rs" [[example]] name = "sequence" path = "examples/sequence.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.num-traits] version = "0.2.16" optional = true [dev-dependencies.num-rational] version = "0.4.2" [dev-dependencies.rand] version = "0.8.3" [features] num-traits = ["dep:num-traits"]