From 16d6bd7ece4c4b9b72f6bd51c9b034270b745525 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 13 Sep 2026 15:12:08 -0400 Subject: Support no_std --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1e05023..e3dec22 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,8 @@ mutants = "0.0.3" # used to skip functions that can't run parking_lot = "0.12" [features] -default = ["parking_lot"] +default = ["parking_lot", "std"] +std = [] [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] } -- cgit v1.3.1