Cargo Features

[dependencies]
exact-real = { version = "0.0.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever exact-real is added without default-features = false somewhere in the dependency tree.

std default

Interface with the std library.