# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "regexnight" version = "0.2.0" authors = ["Aurélien Gâteau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to print syntax-highlighted versions of regular expressions and spot errors" documentation = "https://gitlab.com/agateau/regexnight" readme = "README.md" categories = [ "command-line-utilities", "development-tools", "text-processing", ] license = "Apache-2.0" repository = "https://gitlab.com/agateau/regexnight" [lib] name = "regexnight" path = "src/lib.rs" [[bin]] name = "regexnight" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.lazy-regex] version = "3.3.0" [dependencies.nu-ansi-term] version = "0.50.1" [dependencies.once_cell] version = "1.20.2" [dependencies.thiserror] version = "2.0.3" [dependencies.tree-ds] version = "0.1.5" features = [ "auto_id", "compact_serde", ] [dev-dependencies.insta] version = "1.41.1" [dev-dependencies.serde] version = "1.0.214" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.yare] version = "3.0.0"