[package] name = "tail-reader" version = "3.0.0" authors = ["Connor Peticca "] edition = "2018" description = "super fast and lightweight memory mapped tailer reader" license = "MIT" [dependencies] pretty_env_logger = "0.2.4" log = "0.4.5" notify = "4.0.6" lazy_static = "1.1.0" chashmap = "2.2.0" num_cpus = "1.8.0" crossbeam-channel = "0.2.6"