summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7ea229f..a268321 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "pest"
description = "The Elegant Parser"
-version = "2.5.4"
+version = "2.5.5"
edition = "2021"
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
homepage = "https://pest.rs/"
@@ -21,9 +21,6 @@ std = ["ucd-trie/std", "thiserror"]
pretty-print = ["serde", "serde_json"]
# Enable const fn constructor for `PrecClimber`
const_prec_climber = []
-# Enable faster `Position::line_col` calculation using SIMD
-# (note that this may have extra overhead for small inputs)
-fast-line-col = ["memchr", "bytecount"]
[dependencies]
ucd-trie = { version = "0.1.5", default-features = false }
@@ -31,4 +28,3 @@ serde = { version = "1.0.145", optional = true }
serde_json = { version = "1.0.85", optional = true}
thiserror = { version = "1.0.37", optional = true }
memchr = { version = "2", optional = true }
-bytecount = { version = "0.6", optional = true }