Lines Matching full:enables
49 //! - `std`: Enables APIs that depend on the Rust standard library
52 //! - `env-filter`: Enables the [`EnvFilter`] type, which implements filtering
54 //! - `fmt`: Enables the [`fmt`] module, which provides a subscriber
57 //! - `ansi`: Enables `fmt` support for ANSI terminal colors. Enabled by
59 //! - `registry`: enables the [`registry`] module. Enabled by default.
61 //! - `json`: Enables `fmt` support for JSON output. In JSON output, the ANSI
63 //! - `local-time`: Enables local time formatting when using the [`time`
70 //! - [`tracing-log`]: Enables better formatting for events emitted by `log`
72 //! - [`time`][`time` crate]: Enables support for using the [`time` crate] for timestamp
89 //! flags, "std", which enables the dependency on [`libstd`], and "alloc", which
90 //! enables the dependency on [`liballoc`] (and is enabled by the "std"
115 //! * `valuable`: Enables support for serializing values recorded using the