galil-seiferas 0.1.5

General string search in constant space, linear time, for nonorderable alphabets.
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]
name = "galil-seiferas"
version = "0.1.5"
authors = ["bluss"]
description = "General string search in constant space, linear time, for nonorderable alphabets."
documentation = "https://docs.rs/galil-seiferas/"
readme = "README-crates.io.md"
keywords = ["string", "substring", "search", "pattern", "no_std"]
categories = ["algorithms", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/galil-seiferas"
[package.metadata.docs.rs]

[package.metadata.release]
no-dev-version = true
[profile.test]
opt-level = 1

[profile.bench]
debug = true

[profile.dev]
opt-level = 1

[profile.release]
debug = true
[dependencies.defmac]
version = "0.1"

[dependencies.unchecked-index]
version = "0.2.2"
[dev-dependencies.macro-attr]
version = "0.2"

[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.newtype_derive]
version = "0.1"

[dev-dependencies.odds]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.4"
default-features = false

[features]
benchmarks = []
test-functions = []
trace = []