# 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 = "chase" version = "0.1.8" authors = ["lloydmeta "] description = "Async + sync file-following for people who care about file rotatons and line numbers.\n" documentation = "https://docs.rs/chase" readme = "README.md" keywords = ["chase", "logs", "tail", "log-tailing", "file-watch"] license = "MIT" repository = "https://github.com/lloydmeta/chase-rs" [package.metadata.docs.rs] all-features = true features = ["binary", "stream", "with-serde"] no-default-features = true [[bin]] name = "chase" path = "src/main.rs" required-features = ["binary"] [dependencies.clap] version = "2.30" optional = true [dependencies.futures] version = "0.1" optional = true [dependencies.serde] version = "^1.0" optional = true [dependencies.serde_derive] version = "^1.0" optional = true [dev-dependencies.tempdir] version = "0.3" [features] binary = ["clap"] stream = ["futures"] with-serde = ["serde", "serde_derive"]