# 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 = "num-irrational" version = "0.3.0" description = "`num-irrational` is based on `num` and extends it with support for several kinds of irrational numbers.\n" keywords = ["math", "mathematics", "numerics", "numeric", "complex"] categories = ["mathematics", "algorithms"] license = "Apache-2.0" repository = "https://github.com/cmpute/num-irrational" [package.metadata.docs.rs] all-features = true [dependencies.num-bigint] version = "0.4.0" optional = true default-features = false [dependencies.num-complex] version = "0.4.0" optional = true default-features = false [dependencies.num-integer] version = "0.1.44" [dependencies.num-rational] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [features] complex = []