appro-eq 0.2.1

Approximately equal traits and assertion
Documentation
# 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 = "appro-eq"
version = "0.2.1"
authors = ["Mitsuharu Seki <mitsu1986@gmail.com>"]
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", "i128"]
i128 = []
rational = ["num-rational", "num-integer", "num-traits"]
[badges.travis-ci]
repository = "chalharu/rust-appro-eq"