# 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 = "regtest" version = "0.3.5" authors = ["Lucas Salibian <lucas.salibian@gmail.com>"] description = "regtest is an easy to use interactive frontend for the regex crate." homepage = "https://github.com/tqoitc/regtest" documentation = "https://github.com/tqoitc/regtest" readme = "README.md" keywords = ["regex", "command"] license = "GPL-3.0" repository = "https://github.com/tqoitc/regtest" [profile.release] opt-level = 3 lto = true [dependencies.app_dirs] version = "1.1.1" [dependencies.bitflags] version = "^0.7.0" [dependencies.clap] version = "2.13.0" [dependencies.regex] version = "^1.0" [dependencies.rustyline] version = "1.0.0" [dependencies.time] version = "^0.1.35"