# 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 = "ripgrep-structured" version = "0.1.1" description = "Run ripgrep over structured data" readme = "README.md" license = "MIT" repository = "https://github.com/orf/ripgrep-structured" [profile.release] lto = true [[bin]] name = "srg" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.csv] version = "1.2.1" [dependencies.grep] version = "0.2.11" [dependencies.serde_json] version = "1.0.94" features = [ "preserve_order", "raw_value", ] [dependencies.tar] version = "0.4.38" default-features = false [dependencies.thiserror] version = "1.0.39"