sapling/eden/mononoke/sshrelay/Cargo.toml
Harvey Hunt 636d71b38a mononoke: Parse clientinfo and log sandcastle data to scuba
Summary:
The hg client provides a header which contains `ClientInfo` data. This
includes the sandcastle alias and nonce.

Update Mononoke to parse this header and then log the sandcastle alias and
nonce to scuba.

Reviewed By: krallin

Differential Revision: D31208450

fbshipit-source-id: f0971b668887de47fbab29b7ce9b0173cbdeafe4
2021-10-08 08:00:57 -07:00

47 lines
2.9 KiB
TOML

# @generated by autocargo
[package]
name = "sshrelay"
version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
bytes = { version = "1.0", features = ["serde"] }
bytes-old = { package = "bytes", version = "0.4", features = ["serde"] }
clientinfo = { version = "0.1.0", path = "../../scm/lib/clientinfo" }
futures = "0.1.31"
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
maplit = "1.0"
netstring = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
permission_checker = { version = "0.1.0", path = "../permission_checker" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0", features = ["float_roundtrip", "unbounded_depth"] }
session_id = { version = "0.1.0", path = "../server/session_id" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.6", features = ["full"] }
trust-dns-resolver = "0.20"
zstd = "=0.8.0+zstd.1.4.9"
zstd-safe = "=3.1.0+zstd.1.4.9"
[patch.crates-io]
curl-sys = { git = "https://github.com/mzr/curl-rust", rev = "97694cf73ea9309d9e8ed067ec0c05367841d405" }
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" }
mockall = { git = "https://github.com/fbsource/mockall", rev = "4bc4ff4ab7d04ebaa7e7c9510a3337b7dda9d324" }
mockall_derive = { git = "https://github.com/fbsource/mockall", rev = "4bc4ff4ab7d04ebaa7e7c9510a3337b7dda9d324" }
mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" }
object = { git = "https://github.com/gimli-rs/object", rev = "9271d2cd06d1fed11259225d915178fe3824a56d" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
ring = { git = "https://github.com/fanzeyi/ring", branch = "main" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
slog-syslog = { git = "https://github.com/slog-rs/syslog", rev = "c783ed8221a8f781b088e11dbf1a31ce40392cb1" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }