# 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 = "intervals-good" version = "0.1.1" authors = ["Oliver Flatt "] description = "An interval arithmetic library with support for many functions and which tracks when domain errors may occur or are guaranteed to occur." readme = "README.md" keywords = [ "interval", "arithmetic", "math", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/oflatt/intervals-good" [dependencies.egg] version = "0.9.0" [dependencies.rand] version = "0.8.5" [dependencies.rug] version = "1.18.0"