# 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" rust-version = "1.60" name = "linemux" version = "0.3.0" authors = ["Jon Magnuson "] description = "A library providing asynchronous, multiplexed tailing for (namely log) files." documentation = "https://docs.rs/linemux" readme = "README.md" keywords = [ "tail", "log", "watch", "fs", "events", ] categories = [ "asynchronous", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jmagnuson/linemux" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.notify] version = "5" features = [ "macos_kqueue", "crossbeam-channel", ] default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "sync", "time", ] optional = true [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "process", "rt-multi-thread", ] [features] default = ["tokio"] tokio = ["dep:tokio"] [badges.codecov] branch = "master" repository = "jmagnuson/linemux" service = "github" [badges.travis-ci] branch = "master" repository = "jmagnuson/linemux"