# 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 = "2018" name = "igrepper" version = "1.3.5" authors = ["Gustav Larsson "] description = "The interactive grepper" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "2.33.3" [dependencies.inotify] version = "0.10" [dependencies.libc] version = "0.2.93" [dependencies.ncurses] version = "5.101.0" [dependencies.regex] version = "1.5" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde] version = "1.0.123" [dev-dependencies.serde_json] version = "1.0.62"