1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "approx"
14version = "0.5.1"
15authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
16description = "Approximate floating point equality comparisons and assertions."
17homepage = "https://github.com/brendanzab/approx"
18documentation = "https://docs.rs/approx"
19readme = "README.md"
20keywords = ["approximate", "assert", "comparison", "equality", "float"]
21license = "Apache-2.0"
22repository = "https://github.com/brendanzab/approx"
23[package.metadata.docs.rs]
24features = ["std", "num-complex"]
25
26[lib]
27name = "approx"
28[dependencies.num-complex]
29version = "0.4.0"
30optional = true
31
32[dependencies.num-traits]
33version = "0.2.0"
34default_features = false
35
36[features]
37default = ["std"]
38std = []
39