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