# 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 = "slb" version = "0.3.1" authors = ["Vladimir Feinberg "] description = "Sharded load balancing text-streaming Unix tool" homepage = "https://github.com/vlad17/slb" readme = "../README.md" keywords = ["stream", "text", "parallel", "cli"] categories = ["command-line-utilities", "concurrency"] license = "Apache-2.0" repository = "https://github.com/vlad17/slb" [dependencies.bstr] version = "0.2" [dependencies.memchr] version = "2.3" [dependencies.num_cpus] version = "1.13" [dependencies.structopt] version = "0.3"