# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "joyn" version = "0.4.0" authors = ["Toshihiro Kamiya "] description = "Join input files. Create one thread for each input file that reads a line, and write a line each time any thread reads it." homepage = "https://github.com/tos-kamiya/joyn" readme = "README-cratesio.md" keywords = [ "cli", "utility", "pipe", "parallel-execution", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" [profile.release] lto = true [dependencies.clap] version = "4" features = ["derive"] [dependencies.libc] version = "0.2" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2"