# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tail-reader" version = "3.0.0" authors = ["Connor Peticca "] description = "super fast and lightweight memory mapped tailer reader" license = "MIT" [dependencies.chashmap] version = "2.2.0" [dependencies.crossbeam-channel] version = "0.2.6" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4.5" [dependencies.notify] version = "4.0.6" [dependencies.num_cpus] version = "1.8.0" [dependencies.pretty_env_logger] version = "0.2.4"