[package] name = "syphon" description = """ Versatile metrics processor, proxy and forwarder" syphon is designed to accept and route metrics traffic. Metrics can be received from socket, snooped from live traffic or read from file or grpc. Metrics can be exportered via file, grpc or udp/tcp """ version = "0.1.0" repository = "https://github.com/butlerx/syphon" license-file = "LICENSE" authors = ["butlerx "] edition = "2018" [dependencies] async-trait = "0.1.27" clap = "2.33.0" futures = "0.3.4" hyper = "0.13.4" log = "0.4" named_tuple = "0.1.3" prost = "0.6" regex = "1" serde = { version = "1.0", features = ["derive"] } snap = "1" stderrlog = "0.4.3" tokio = { version = "0.2", features = ["full"] } toml = "0.5.6" tonic = "0.2.0" [build-dependencies] tonic-build = "0.2"