Cargo Features

[dependencies]
approx = { version = "0.6.0-rc2", default-features = false, features = ["array_impl", "tuple_impl", "vec_impl", "indexmap_impl", "derive", "ordered_float", "num_complex"] }
default = array_impl, tuple_impl

These default features are set whenever approx is added without default-features = false somewhere in the dependency tree.

array_impl default
tuple_impl default = paste
vec_impl
indexmap_impl

Enables indexmap

derive

Enables approx-derive

ordered_float

Enables ordered-float

num_complex

Enables num-complex

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

paste tuple_impl