# 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 = "suln" version = "0.1.2" authors = ["jiro"] description = "`suln` is a CLI that prints surroundings of line number with `grep`." homepage = "https://github.com/jiro4989/suln" documentation = "https://github.com/jiro4989/suln" readme = "README.md" keywords = [ "grep", "cli", "util", ] license = "MIT" repository = "https://github.com/jiro4989/suln" [dependencies.clap] version = "4.0.7" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0"