# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nearly_eq" version = "0.2.4" authors = ["Mitsuharu Seki "] description = "Nearly(Approximately) equal traits and assertion" documentation = "https://docs.rs/nearly_eq/" readme = "README.md" keywords = ["assert", "array"] license = "MPL-2.0" repository = "https://github.com/chalharu/rust-nearly-eq" [package.metadata.docs.rs] features = ["docs"] [lib] name = "nearly_eq" test = true bench = false [dependencies.fpa] version = ">=0.1.0" optional = true [dependencies.ndarray] version = ">=0.0.0" optional = true [dependencies.num-complex] version = ">=0.0.0" optional = true [dependencies.num-integer] version = ">=0.0.0" optional = true [dependencies.num-rational] version = ">=0.0.0" optional = true [dependencies.num-traits] version = ">=0.0.0" optional = true [dependencies.typenum] version = ">=1.10.0" optional = true [features] complex = ["num-complex"] docs = ["complex", "rational", "ndarray", "use_fpa", "i128"] i128 = [] rational = ["num-rational", "num-integer", "num-traits"] use_fpa = ["fpa", "typenum", "num-traits"] [badges.travis-ci] repository = "chalharu/rust-nearly-eq"