# 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 = "jrep" version = "0.1.3" authors = ["Joshua Laughner "] description = "A command line search tool for Jupyter notebooks" homepage = "https://github.com/joshua-laughner/jrep" readme = "README.md" keywords = [ "jupyter", "notebook", "grep", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/joshua-laughner/jrep" [dependencies.atty] version = "~0.2.0" [dependencies.clap] version = "~2.33.0" features = ["yaml"] [dependencies.exitcode] version = "~1.1.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.term] version = "0.7.0"