[package] name = "fs-tail" version = "0.1.4" authors = ["avner "] edition = "2018" license = "MIT" description = "tail a file and block when end of file is reached. When new contents are found in the file, the loop will continue" repository = "https://github.com/avnerbarr/fs-tail" keywords = ["file"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] memchr = { version = "2.3.4", default-features = false }