# 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 = "reformation" version = "0.5.3" authors = ["hukumka "] description = "Parsing via regular expressions" readme = "../README.md" keywords = ["parsing", "regex"] categories = ["parsing"] license = "MIT" repository = "https://github.com/hukumka/reformation" [[bench]] name = "kirby_user_agent" harness = false [[bench]] name = "generic_overhead" harness = false [dependencies.derive_more] version = "0.99" [dependencies.once_cell] version = "1.5" [dependencies.reformation_derive] version = "0.5.2" [dependencies.regex] version = "1.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "1.4" [features] containers = [] [badges.travis-ci] repository = "hukumka/reformation"