Open
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://.com/rust-lang/regex"
documentation = "https://.com/rust-lang/regex/tree/master/regex-capi"
homepage = "https://.com/rust-lang/regex"
homepage = "https://.com/rust-lang/regex/tree/master/regex-capi"
description = """
A C API for Rust's regular expression library.
"""
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,8 @@ description = """
A command line tool for debugging, ad hoc benchmarking and generating regular
expressions.
"""
repository = "https://.com/rust-lang/regex/tree/master/regex-cli"
homepage = "https://.com/rust-lang/regex/tree/master/regex-cli"
repository = "https://.com/rust-lang/regex"
keywords = ["regex", "cli", "debug", "nfa", "dfa"]
license = "MIT OR Apache-2.0"
categories = ["text-processing"]
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,8 @@ name = "regex-lite"
version = "0.1.5" #:version
authors = ["The Rust Project Developers", "Andrew Gallant <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://.com/rust-lang/regex/tree/master/regex-lite"
homepage = "https://.com/rust-lang/regex/tree/master/regex-lite"
repository = "https://.com/rust-lang/regex"
documentation = "https://docs.rs/regex-lite"
description = """
A lightweight regex engine that optimizes for binary size and compilation time.
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,7 +9,8 @@ You probably don't want to use this crate unless you're working on a regex
implementation.
"""
documentation = "https://docs.rs/regex-test"
repository = "https://.com/rust-lang/regex/tree/master/regex-test"
homepage = "https://.com/rust-lang/regex/tree/master/regex-test"
repository = "https://.com/rust-lang/regex"
readme = "README.md"
keywords = ["regex", "regexp", "dfa", "automata", "test"]
license = "MIT OR Apache-2.0"
Expand Down