# 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 = "lineriver" version = "0.7.1" authors = ["Leandro Lisboa Penz "] description = "Non-blocking buffered line reader for Read objects" homepage = "https://github.com/lpenz/lineriver" readme = "README.md" keywords = [ "io", "non-blocking", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/lpenz/lineriver" [dependencies.libc] version = "0.2.153" [dependencies.memchr] version = "2.7.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.polling] version = "3.4.0" [dev-dependencies.test-log] version = "0.2.14" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false