eden/mononoke/commit_rewriting/backsyncer/Cargo.toml (57 lines of code) (raw):

# @generated by autocargo [package] name = "backsyncer" version = "0.1.0" authors = ["Facebook"] edition = "2021" license = "GPLv2+" [[bin]] name = "backsyncer_cmd" path = "src/main.rs" [dependencies] anyhow = "1.0.51" blobrepo = { version = "0.1.0", path = "../../blobrepo" } blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } bookmarks = { version = "0.1.0", path = "../../bookmarks" } clap = "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_x_repo = { version = "0.1.0", path = "../../cmdlib/x_repo" } context = { version = "0.1.0", path = "../../server/context" } cross_repo_sync = { version = "0.1.0", path = "../cross_repo_sync" } fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.13", features = ["async-await", "compat"] } live_commit_sync_config = { version = "0.1.0", path = "../live_commit_sync_config" } mercurial_derived_data = { version = "0.1.0", path = "../../derived_data/mercurial_derived_data" } mercurial_types = { version = "0.1.0", path = "../../mercurial/types" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } mutable_counters = { version = "0.1.0", path = "../../mutable_counters" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" } thiserror = "1.0.30" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } [dev-dependencies] ascii = "1.0" assert_matches = "1.5" blobstore = { version = "0.1.0", path = "../../blobstore" } commit_transformation = { version = "0.1.0", path = "../../megarepo_api/commit_transformation" } fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } filestore = { version = "0.1.0", path = "../../filestore" } fixtures = { version = "0.1.0", path = "../../tests/fixtures" } futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } manifest = { version = "0.1.0", path = "../../manifest" } maplit = "1.0" movers = { version = "0.1.0", path = "../movers" } pretty_assertions = "0.6" revset = { version = "0.1.0", path = "../../revset" } skiplist = { version = "0.1.0", path = "../../reachabilityindex/skiplist" } test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } tunables = { version = "0.1.0", path = "../../tunables" }