my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c5e502..c5099bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,13 +11,11 @@ keywords = ["diff", "match", "patch", "myer's diff", "text synchronization"]
categories = ["algorithms", "text-synchronization"]
[dependencies]
+chrono = "0"
percent-encoding = "2"
serde = { version = "1", features = ["derive"], optional = true }
serde_repr = { version = "0", optional = true }
-[target.'cfg(target_arch = "wasm32")'.dependencies]
-instant = "0"
-
[features]
serde = ["dep:serde", "dep:serde_repr"]
default = ["serde"]