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