| # 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 believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| edition = "2018" |
| name = "grep-printer" |
| version = "0.1.6" |
| authors = ["Andrew Gallant <[email protected]>"] |
| description = "An implementation of the grep crate's Sink trait that provides standard\nprinting of search results, similar to grep itself.\n" |
| homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer" |
| documentation = "https://docs.rs/grep-printer" |
| readme = "README.md" |
| keywords = ["grep", "pattern", "print", "printer", "sink"] |
| license = "Unlicense/MIT" |
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer" |
| [dependencies.base64] |
| version = "0.13.0" |
| optional = true |
| |
| [dependencies.bstr] |
| version = "0.2.0" |
| |
| [dependencies.grep-matcher] |
| version = "0.1.5" |
| |
| [dependencies.grep-searcher] |
| version = "0.1.8" |
| |
| [dependencies.serde] |
| version = "1.0.77" |
| features = ["derive"] |
| optional = true |
| |
| [dependencies.serde_json] |
| version = "1.0.27" |
| optional = true |
| |
| [dependencies.termcolor] |
| version = "1.0.4" |
| [dev-dependencies.grep-regex] |
| version = "0.1.9" |
| |
| [features] |
| default = ["serde1"] |
| serde1 = ["base64", "serde", "serde_json"] |