# 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 = "fancy-regex-fork-pb" version = "0.3.2" authors = ["Phil Booth "] description = "A custom fork of the fancy-regex crate. You probably don't want to use this." documentation = "https://docs.rs/fancy-regex" readme = "README.md" categories = ["text-processing"] license = "MIT" repository = "https://github.com/philbooth/fancy-regex" [[bench]] name = "bench" harness = false [dependencies.bit-set] version = "0.5" [dependencies.regex] version = "1.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.rand] version = "0.5"