diff --git a/err_trail/Cargo.toml b/err_trail/Cargo.toml index 0841721..4dc4104 100644 --- a/err_trail/Cargo.toml +++ b/err_trail/Cargo.toml @@ -25,4 +25,9 @@ log = ["dep:log"] # Enables support for the defmt crate, which works with no_std. Adds methods to `Result` that are applied on `Err` - e.g. `result.warn(...)`. defmt = ["dep:defmt"] # Enables support for the log/tracing/defmt api, without pulling in any crates. Allowing a downstream to choose the appropriate crate. -stub = [] \ No newline at end of file +stub = [] + +[package.metadata.docs.rs] +all-features = false +features = ["tracing"] +rustdoc-args = ["--cfg", "docsrs"] \ No newline at end of file