blob: 612c18869aa90908d5a0ab561c29ad17377e4954 [file] [log] [blame] [edit]
# 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 = "grep-pcre2"
version = "0.1.5"
authors = ["Andrew Gallant <[email protected]>"]
description = "Use PCRE2 with the 'grep' crate.\n"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
documentation = "https://docs.rs/grep-pcre2"
readme = "README.md"
keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
[dependencies.grep-matcher]
version = "0.1.5"
[dependencies.pcre2]
version = "0.2.3"