# 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 = "ripline" version = "0.1.0" authors = ["Seth Stadick "] description = "This is not the greatest line reader in the world, this is just a tribute.\n\nFast line based iteration almost entirely lifted from ripgreps grep_searcher.\n\nAll credit to Andrew Gallant and the ripgrep contributors.\n" homepage = "https://github.com/sstadick/ripline" documentation = "https://docs.rs/ripline" readme = "README.md" keywords = ["lines", "reader"] license = "Unlicense/MIT" repository = "https://github.com/sstadick/ripline" [dependencies.bstr] version = "0.2" features = ["std"] default-features = false [dependencies.bytecount] version = "0.6" [dev-dependencies.grep-cli] version = "0.1.5" [dev-dependencies.linereader] version = "0.4.0" [dev-dependencies.memchr] version = "2" [dev-dependencies.memmap2] version = "0.3.0" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.termcolor] version = "1.1.2" [features] default = ["bytecount/runtime-dispatch-simd"]