From c6eb13dcea737507a072a2d7977ec442fd4fbef1 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 27 Feb 2021 16:20:43 -0300 Subject: Improve performance --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea4342e..37504ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafu" -version = "0.0.5" +version = "0.0.6" authors = ["SoniEx2 "] license = "AGPL-3.0-or-later" description = "A Rust library for extracting data from config objects and other arbitrary object graphs." @@ -14,6 +14,9 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b [dependencies] regex = "1" +[target.'cfg(target_os = "linux")'.dependencies] +totally-safe-transmute = "0.0.3" + [dev-dependencies] proptest = "0.10.1" -- cgit 1.4.1