# 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] name = "follow" version = "0.1.5" authors = ["Feargus Ó Flannail "] description = "Watch files and print what is written to them. Similar to 'tail -F'." homepage = "https://gitlab.com/k3UHAhXkc/follow" license = "GPL-3.0" [dependencies.ansi_term] version = "0.9" [dependencies.chrono] version = "0.3" [dependencies.docopt] version = "0.7" [dependencies.error-chain] version = "0.10" [dependencies.fern] version = "0.3" [dependencies.glob] version = "0.2" [dependencies.log] version = "0.3" [dependencies.rustc-serialize] version = "0.3" [dependencies.terminal_size] version = "0.1" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.timebomb] version = "0.1"