aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 06a91f1..a43e872 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,18 +1,16 @@
[package]
name = "aho-corasick"
-version = "0.7.18" #:version
+version = "0.7.20" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Fast multiple substring searching."
homepage = "https://github.com/BurntSushi/aho-corasick"
repository = "https://github.com/BurntSushi/aho-corasick"
readme = "README.md"
keywords = ["string", "search", "text", "aho", "multi"]
-license = "Unlicense/MIT"
+license = "Unlicense OR MIT"
categories = ["text-processing"]
autotests = false
-exclude = [
- "/aho-corasick-debug", "/ci/*", "/.travis.yml", "/appveyor.yml",
-]
+exclude = ["/aho-corasick-debug"]
edition = "2018"
[workspace]