# 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 = "grepdef" version = "3.1.0" description = "Quick search for symbol definitions in various programming languages" homepage = "https://github.com/sirbrillig/grepdef" documentation = "https://docs.rs/grepdef/latest/grepdef" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sirbrillig/grepdef" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.exitcode] version = "1.1.2" [dependencies.ignore] version = "0.4.22" [dependencies.memchr] version = "2.7.4" [dependencies.regex] version = "1.10.5" [dependencies.rstest] version = "0.21.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4"