[package] name = "socktee" version = "0.1.0" edition = "2021" authors = ["Jakub Pastuszek "] description = "A command line utility to copy UNIX domain socket datagrams from one socket to two other sockets" repository = "https://git.sr.ht/~jpastuszek/socktee" homepage = "https://sr.ht/~jpastuszek/socktee/" readme = "README.md" keywords = ["unix", "datagram", "socket", "tee"] categories = ["command-line-utilities"] license = "MIT" [dependencies] structopt = "0.3.2" log = "0.4.8" nix = "0.23.1" problem = "5.3.0" stderrlog = "0.5.1" chrono = "0.4.19" tai64 = "4.0.0" dgrambuf = "0.1.0"