# 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] edition = "2018" name = "appro-eq" version = "0.3.1" authors = ["Mitsuharu Seki "] description = "Approximately equal traits and assertion" documentation = "https://docs.rs/appro-eq/" readme = "README.md" keywords = ["assert", "array"] license = "MPL-2.0" repository = "https://github.com/chalharu/rust-appro-eq" [package.metadata.docs.rs] features = ["docs"] [lib] name = "appro_eq" test = true bench = false [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 [features] complex = ["num-complex", "num-traits"] docs = ["complex", "rational", "ndarray"] rational = ["num-rational", "num-integer", "num-traits"] [badges.travis-ci] repository = "chalharu/rust-appro-eq"