Cargo Features

depura has no features set by default.

[dependencies]
depura = { version = "0.4.0", features = ["full", "std", "alloc", "no_std", "unsafest", "unsafe", "safe", "safest", "nightly", "nightly_docs"] }

------------------------------------------------------------------------------

default

* capability features *

full nightly_docs?

enables optional capabilities in this crate (unused)

std nightly_docs? = alloc, human-repr, instant, simplelog

* environment features *

Enables formatting and local-offset of time, std of devela ^0.9.0 and log

alloc std?

enables alloc features

Enables alloc of devela ^0.9.0

no_std

enables features incompatible with "std"

Enables no_std of devela ^0.9.0

unsafest = unsafe

* safety features *
enables unsafe recursively

Enables unsafest of devela ^0.9.0

unsafe nightly_docs? unsafest?

enables unsafe features in this crate (unused)

safe safest?

forbids unsafe in this crate

safest = safe

forbid unsafe recursively

Enables safest of devela ^0.9.0

nightly nightly_docs?

* nightly features *
enables nightly features

Enables nightly of devela ^0.9.0

nightly_docs = full, nightly, std, unsafe

Enables nightly_docs of devela ^0.9.0

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.

------------------------------------------------------------------------------

human-repr std?

Enables human-repr

* optional dependencies *

instant std?
simplelog std?