# 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 = "bytelines" version = "2.5.0" authors = ["Isaac Whitfield "] description = "Read input lines as byte slices for high efficiency" readme = "README.md" keywords = [ "lines", "bytes", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/whitfin/bytelines" [dependencies.futures-util] version = "0.3" optional = true default-features = false [dependencies.tokio] version = "1.14" features = [ "fs", "io-util", ] optional = true [dev-dependencies.tokio] version = "1.14" features = ["full"] [features] default = ["tokio"] tokio = [ "dep:tokio", "futures-util", ]