"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "crates/searcher/Cargo.toml" between
ripgrep-12.1.1.tar.gz and ripgrep-13.0.0.tar.gz

About: ripgrep is a command line search tool ("rg") that tries to combine the usability of "ag" (an "ack" clone) with the raw speed of GNU "grep" (written in "Rust").

Cargo.toml  (ripgrep-12.1.1):Cargo.toml  (ripgrep-13.0.0)
[package] [package]
name = "grep-searcher" name = "grep-searcher"
version = "0.1.7" #:version version = "0.1.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"] authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """ description = """
Fast line oriented regex searching as a library. Fast line oriented regex searching as a library.
""" """
documentation = "https://docs.rs/grep-searcher" documentation = "https://docs.rs/grep-searcher"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
readme = "README.md" readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"] keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT" license = "Unlicense/MIT"
edition = "2018"
[dependencies] [dependencies]
bstr = { version = "0.2.0", default-features = false, features = ["std"] } bstr = { version = "0.2.0", default-features = false, features = ["std"] }
bytecount = "0.6" bytecount = "0.6"
encoding_rs = "0.8.14" encoding_rs = "0.8.14"
encoding_rs_io = "0.1.6" encoding_rs_io = "0.1.6"
grep-matcher = { version = "0.1.2", path = "../matcher" } grep-matcher = { version = "0.1.5", path = "../matcher" }
log = "0.4.5" log = "0.4.5"
memmap = "0.7" memmap = { package = "memmap2", version = "0.3.0" }
[dev-dependencies] [dev-dependencies]
grep-regex = { version = "0.1.3", path = "../regex" } grep-regex = { version = "0.1.9", path = "../regex" }
regex = "1.1" regex = "1.1"
[features] [features]
default = ["bytecount/runtime-dispatch-simd"] default = ["bytecount/runtime-dispatch-simd"]
simd-accel = ["encoding_rs/simd-accel"] simd-accel = ["encoding_rs/simd-accel"]
# This feature is DEPRECATED. Runtime dispatch is used for SIMD now. # This feature is DEPRECATED. Runtime dispatch is used for SIMD now.
avx-accel = [] avx-accel = []
 End of changes. 5 change blocks. 
4 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)