boyer-moore-magiclen 0.1.3

Boyer-Moore-MagicLen, a fast string search algorithm implemented in Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "boyer-moore-magiclen"
version = "0.1.3"
authors = ["Magic Len <len@magiclen.org>"]
description = "Boyer-Moore-MagicLen, a fast string search algorithm implemented in Rust."
homepage = "https://magiclen.org/rust-boyer-moore-magiclen"
readme = "README.md"
keywords = ["boyer-moore-magiclen", "boyer-moore-horspool", "quick-search", "string", "search"]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/magiclen/boyer-moore-magiclen"

[[bench]]
name = "full_text_search"
harness = false

[[bench]]
name = "normal_text_search"
harness = false

[dependencies]
[dev-dependencies.criterion]
version = "0.2.10"

[dev-dependencies.needle]
version = "0.1.1"

[dev-dependencies.regex]
version = "1.1.5"

[dev-dependencies.scanner-rust]
version = "1.0.4"

[features]
nightly = []
[badges.appveyor]
branch = "master"
repository = "magiclen/boyer-moore-magiclen"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/boyer-moore-magiclen"