sapling/eden/mononoke/Cargo.toml
Vinnie Magro 6a141e098e update graphql-parser with a patch to parse intern schema
Summary: https://github.com/graphql-rust/graphql-parser/pull/66

Reviewed By: zertosh

Differential Revision: D37455822

fbshipit-source-id: f69d459c11d3e44166fbd72e70294adfc39ca4aa
2022-06-28 12:05:42 -07:00

407 lines
13 KiB
TOML

# @generated by autocargo
[package]
name = "eden_mononoke"
version = "0.1.0"
authors = ["Facebook"]
edition = "2021"
license = "GPLv2+"
[[bin]]
name = "backfill_mapping"
path = "cmds/backfill_mapping.rs"
[[bin]]
name = "benchmark_storage_config"
path = "cmds/benchmark_storage_config/main.rs"
[[bin]]
name = "bonsai_verify"
path = "cmds/bonsai_verify/main.rs"
test = false
[[bin]]
name = "check_git_wc"
path = "cmds/check_git_wc/main.rs"
[[bin]]
name = "compute_commit_stats"
path = "cmds/compute_commit_stats/src/main.rs"
[[bin]]
name = "configlint"
path = "cmds/configlint.rs"
[[bin]]
name = "dumprev"
path = "cmds/dumprev.rs"
test = false
[[bin]]
name = "idxdump"
path = "cmds/idxdump.rs"
test = false
[[bin]]
name = "manual_scrub"
path = "cmds/manual_scrub/main.rs"
[[bin]]
name = "packer"
path = "cmds/packer/main.rs"
[[bin]]
name = "rechunker"
path = "cmds/rechunker.rs"
[[bin]]
name = "revlogrepo"
path = "cmds/revlogrepo.rs"
[[bin]]
name = "segmented_changelog_tailer"
path = "cmds/segmented_changelog_tailer.rs"
[[bin]]
name = "sqlblob_gc"
path = "cmds/sqlblob_gc/main.rs"
[[bin]]
name = "streaming_clone_warmup"
path = "cmds/streaming_clone_warmup/main.rs"
[dependencies]
ahash = "0.7.4"
anyhow = "1.0.56"
ascii = "1.0"
async-compression = { version = "0.3.12", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
blobrepo = { version = "0.1.0", path = "blobrepo" }
blobrepo_utils = { version = "0.1.0", path = "blobrepo_utils" }
blobstore = { version = "0.1.0", path = "blobstore" }
blobstore_factory = { version = "0.1.0", path = "blobstore/factory" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
bulkops = { version = "0.1.0", path = "bulkops" }
bytes = { version = "1.1", features = ["serde"] }
bytesize = "1.0"
cacheblob = { version = "0.1.0", path = "blobstore/cacheblob" }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
changesets = { version = "0.1.0", path = "changesets" }
check_git_wc = { version = "0.1.0", path = "git/check_git_wc" }
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap-old = { package = "clap", version = "2.33" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cmdlib = { version = "0.1.0", path = "cmdlib" }
cmdlib_logging = { version = "0.1.0", path = "cmdlib/log" }
context = { version = "0.1.0", path = "server/context" }
criterion = "=0.3.1"
dashmap = { version = "4.0.2", features = ["rayon", "serde"] }
derive_more = "0.99.3"
derived_data = { version = "0.1.0", path = "derived_data" }
environment = { version = "0.1.0", path = "cmdlib/environment" }
failure_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
filestore = { version = "0.1.0", path = "filestore" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures-util = "0.3.7"
git2 = "0.13"
itertools = "0.10.3"
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
manifest = { version = "0.1.0", path = "manifest" }
mercurial_derived_data = { version = "0.1.0", path = "derived_data/mercurial_derived_data" }
mercurial_revlog = { version = "0.1.0", path = "mercurial/revlog" }
mercurial_types = { version = "0.1.0", path = "mercurial/types" }
metaconfig_types = { version = "0.1.0", path = "metaconfig/types" }
mononoke_app = { version = "0.1.0", path = "cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "mononoke_types" }
packblob = { version = "0.1.0", path = "blobstore/packblob" }
phases = { version = "0.1.0", path = "phases" }
prefixblob = { version = "0.1.0", path = "blobstore/prefixblob" }
rand = { version = "0.8", features = ["small_rng"] }
repo_factory = { version = "0.1.0", path = "repo_factory" }
retry = { version = "0.1.0", path = "common/retry" }
revset = { version = "0.1.0", path = "revset" }
scuba_ext = { version = "0.1.0", path = "common/scuba_ext" }
segmented_changelog = { version = "0.1.0", path = "segmented_changelog" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
skeleton_manifest = { version = "0.1.0", path = "derived_data/skeleton_manifest" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_construct = { version = "0.1.0", path = "common/sql_construct" }
sql_ext = { version = "0.1.0", path = "common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "blobstore/sqlblob" }
streaming_clone = { version = "0.1.0", path = "repo_client/streaming_clone" }
tempfile = "3.3"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
toml = "=0.5.8"
[patch.crates-io]
aes-gcm-siv = { git = "https://github.com/lei2022/AEADs", rev = "d9d03399fbc1347a1c2941801c0743e847980757" }
async-compression = { git = "https://github.com/lei2022/async-compression", rev = "08331f1421eee9d662d172ca7d670347054f8664" }
curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev = "1f39e7b369dc70f432370c9703229a45bfa9664e" }
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "28c51a1d99af3f4e5ea8f6bb2319e0a5d812c891" }
graphql-parser = { git = "https://github.com/vmagro/graphql-parser", rev = "1d155d96e6052767380ab5e67c57e3d6608a31ac" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
reqwest = { git = "https://github.com/vmagro/reqwest", rev = "9b5781af416c942260ebbda970795c5414cbf694" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tar = { package = "tar", git = "https://github.com/jrwats/tar-rs.git", rev = "21eeccdc08d9b87f6ad610f9b20a5839aabe5974" }
tempfile = { git = "https://github.com/Stebalien/tempfile.git", rev = "66aa57f7d3a38234fcd393077366b61d36171e42" }
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
windows-sys = { git = "https://github.com/fanzeyi/windows-rs", rev = "8775afca5d2017da427d34b291ae4f85f5820740" }
[workspace]
members = [
".",
"acl_regions",
"admin",
"aliasverify",
"alpn",
"backfill_derived_data",
"benchmark_filestore",
"benchmarks/derived_data",
"benchmarks/simulated_repo",
"blobimport",
"blobimport_lib",
"blobimport_lib/consts",
"blobrepo",
"blobrepo/blobrepo_hg",
"blobrepo/blobsync",
"blobrepo/changeset_fetcher",
"blobrepo/common",
"blobrepo/errors",
"blobrepo/override",
"blobrepo/repo_blobstore",
"blobrepo_utils",
"blobstore",
"blobstore/blobstore_stats",
"blobstore/cacheblob",
"blobstore/chaosblob",
"blobstore/delayblob",
"blobstore/ephemeral_blobstore",
"blobstore/factory",
"blobstore/fileblob",
"blobstore/if",
"blobstore/logblob",
"blobstore/memblob",
"blobstore/multiplexedblob",
"blobstore/packblob",
"blobstore/packblob/if",
"blobstore/prefixblob",
"blobstore/readonlyblob",
"blobstore/redactedblobstore",
"blobstore/samplingblob",
"blobstore/sqlblob",
"blobstore/test_utils",
"blobstore/throttledblob",
"blobstore/virtually_sharded_blobstore",
"blobstore_healer",
"blobstore_sync_queue",
"bonsai_git_mapping",
"bonsai_git_mapping/git_mapping_pushrebase_hook",
"bonsai_globalrev_mapping",
"bonsai_globalrev_mapping/globalrev_pushrebase_hook",
"bonsai_globalrev_mapping/if",
"bonsai_hg_mapping",
"bonsai_hg_mapping/if",
"bonsai_svnrev_mapping",
"bonsai_svnrev_mapping/if",
"bookmarks",
"bookmarks/bookmarks_movement",
"bookmarks/bookmarks_types",
"bookmarks/dbbookmarks",
"bookmarks/warm_bookmarks_cache",
"bulkops",
"bulkops/bench",
"cache_warmup",
"cats",
"changesets",
"changesets/changesets_creation",
"changesets/changesets_impl",
"changesets/if",
"cmdlib",
"cmdlib/caching",
"cmdlib/displaying",
"cmdlib/environment",
"cmdlib/extensions",
"cmdlib/log",
"cmdlib/mononoke_app",
"cmdlib/scrubbing",
"cmdlib/x_repo",
"cmds/copy_blobstore_keys",
"cmds/hyper_repo_builder",
"commit_rewriting/backsyncer",
"commit_rewriting/bookmark_renaming",
"commit_rewriting/bookmarks_validator",
"commit_rewriting/commit_validator",
"commit_rewriting/cross_repo_sync",
"commit_rewriting/cross_repo_sync/test_utils",
"commit_rewriting/live_commit_sync_config",
"commit_rewriting/megarepo",
"commit_rewriting/mononoke_x_repo_sync_job",
"commit_rewriting/movers",
"commit_rewriting/synced_commit_mapping",
"common/allocation_tracing",
"common/async_limiter",
"common/async_limiter/examples/tokio_v2",
"common/bounded_traversal",
"common/connection_security_checker",
"common/copy_utils",
"common/dedupmap",
"common/futures_watchdog",
"common/iterhelpers",
"common/path_hash",
"common/reloader",
"common/rendezvous",
"common/retry",
"common/rust/caching_ext",
"common/rust/slog_ext",
"common/rust/sql_ext",
"common/scribe_ext",
"common/scuba_ext",
"common/sql_construct",
"common/timeseries",
"common/topo_sort",
"common/type_map",
"common/uniqueheap",
"derived_data",
"derived_data/blame",
"derived_data/changeset_info",
"derived_data/changeset_info/if",
"derived_data/deleted_manifest",
"derived_data/derived_generation",
"derived_data/fastlog",
"derived_data/filenodes",
"derived_data/fsnodes",
"derived_data/manager",
"derived_data/mercurial_derived_data",
"derived_data/remote",
"derived_data/remote/if",
"derived_data/skeleton_manifest",
"derived_data/test",
"derived_data/test_utils",
"derived_data/unodes",
"derived_data/utils",
"edenapi_service",
"filenodes",
"filenodes/if",
"filestore",
"git/check_git_wc",
"git/git-pool",
"git/git_types",
"git/git_types/if",
"git/gitimport",
"git/import_direct",
"git/import_tools",
"gotham_ext",
"hgproto",
"hook_tailer",
"hooks",
"hooks/content-stores",
"hooks/hook_manager_factory",
"lfs_import",
"lfs_import_lib",
"lfs_protocol",
"lfs_server",
"manifest",
"megarepo_api",
"megarepo_api/async_requests",
"megarepo_api/async_requests_worker",
"megarepo_api/commit_transformation",
"megarepo_api/configo_client",
"megarepo_api/if",
"megarepo_api/mapping",
"megarepo_api/megarepo_config",
"megarepo_api/megarepo_error",
"megarepo_api/requests_table",
"mercurial/bundles",
"mercurial/mutation",
"mercurial/revlog",
"mercurial/types",
"mercurial/types/if",
"mercurial/types/mocks",
"metaconfig/parser",
"metaconfig/types",
"microwave",
"microwave/builder",
"microwave/if",
"mononoke_api",
"mononoke_api/types",
"mononoke_api_hg",
"mononoke_hg_sync_job",
"mononoke_types",
"mononoke_types/if",
"mononoke_types/mocks",
"mutable_counters",
"mutable_renames",
"mutable_renames/if",
"newfilenodes",
"observability",
"permission_checker",
"phases",
"phases/sqlphases",
"pushrebase",
"pushrebase/client",
"pushrebase/pushrebase_hook",
"pushrebase_mutation_mapping",
"quiet_stream",
"rate_limiting",
"reachabilityindex",
"reachabilityindex/common",
"reachabilityindex/if",
"reachabilityindex/skiplist",
"reachabilityindex/test-helpers",
"regenerate_hg_filenodes",
"repo_attributes/repo_cross_repo",
"repo_attributes/repo_derived_data",
"repo_attributes/repo_identity",
"repo_attributes/repo_lock/repo_lock",
"repo_attributes/repo_permission_checker",
"repo_client",
"repo_client/getbundle_response",
"repo_client/mononoke_repo",
"repo_client/obsolete",
"repo_client/remotefilelog",
"repo_client/repo_read_write_status",
"repo_client/scribe_commit_queue",
"repo_client/streaming_clone",
"repo_client/unbundle",
"repo_client/wirepack",
"repo_factory",
"repo_factory/test_repo_factory",
"repo_import",
"revset",
"revset/revset-test-helper",
"scs/if",
"segmented_changelog",
"segmented_changelog/bench/concurrent_idmap",
"segmented_changelog/types",
"server",
"server/context",
"server/metadata",
"server/monitoring",
"server/qps",
"server/repo_listener",
"server/session_id",
"sshrelay",
"statistics_collector",
"streaming_clone",
"tests/fixtures",
"tests/utils",
"time_window_counter",
"tools/admin",
"tools/example",
"tools/executor",
"tools/testtool",
"tunables",
"tunables/tunables-derive",
"upload_globalrevs",
"walker",
]