Cargo Features

[dependencies]
outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c = { version = "0.1.1", default-features = false, features = ["std", "diagnostic", "nightly", "report", "unstable"] }
default = std

The std feature is set by default whenever outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c is added without default-features = false somewhere in the dependency tree.

std default diagnostic? report?
diagnostic = miette, std

Affects outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c::diagnostic

nightly = unstable
report = eyre, std

Affects outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c::report

unstable nightly?

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.

eyre report?
miette diagnostic?