# 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 = "jones" version = "0.2.0" authors = ["Vlad Nedelcu "] description = "CLI project for searching and inspecting Python classes" readme = "README.md" keywords = [ "cli", "search", "inspector", "finder", "python-doc", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.ansi_term] version = "0.12.1" [dependencies.regex] version = "1.5.5" [dependencies.structopt] version = "0.3.13" [dependencies.walkdir] version = "2.3.1"