Cargo Features

instant-distance has no features set by default.

[dependencies]
instant-distance = { version = "0.6.1", features = ["with-serde", "indicatif"] }
with-serde = serde, serde-big-array

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.

indicatif implicit feature

Enables indicatif

indicatif:

A progress bar and cli reporting library for Rust

serde with-serde?
serde-big-array with-serde?