sapling/eden/mononoke/repo_import/Cargo.toml
Pierre Chevalier 512037a028 Migrate from clap 3 to clap 4
Summary:
See the list of breaking changes upstream:
https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28

Reviewed By: markbt

Differential Revision: D44704538

fbshipit-source-id: a651f3c37a5f0de852ac26332131c0d70d697811
2023-04-12 09:15:41 -07:00

80 lines
4.9 KiB
TOML

# @generated by autocargo
[package]
name = "repo_import"
version = "0.1.0"
authors = ["Facebook"]
edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.65"
backsyncer = { version = "0.1.0", path = "../commit_rewriting/backsyncer" }
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobstore = { version = "0.1.0", path = "../blobstore" }
bonsai_git_mapping = { version = "0.1.0", path = "../bonsai_git_mapping" }
bonsai_globalrev_mapping = { version = "0.1.0", path = "../bonsai_globalrev_mapping" }
bonsai_hg_mapping = { version = "0.1.0", path = "../bonsai_hg_mapping" }
bookmarks = { version = "0.1.0", path = "../bookmarks" }
bookmarks_movement = { version = "0.1.0", path = "../bookmarks/bookmarks_movement" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
changeset_fetcher = { version = "0.1.0", path = "../blobrepo/changeset_fetcher" }
changesets = { version = "0.1.0", path = "../changesets" }
clap = { version = "4.1.4", features = ["derive", "env", "string", "unicode", "wrap_help"] }
context = { version = "0.1.0", path = "../server/context" }
cross_repo_sync = { version = "0.1.0", path = "../commit_rewriting/cross_repo_sync" }
derived_data_utils = { version = "0.1.0", path = "../derived_data/utils" }
environment = { version = "0.1.0", path = "../cmdlib/environment" }
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
filestore = { version = "0.1.0", path = "../filestore" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
git-hash = "0.10"
import_direct = { version = "0.1.0", path = "../git/import_direct" }
import_tools = { version = "0.1.0", path = "../git/import_tools" }
itertools = "0.10.3"
live_commit_sync_config = { version = "0.1.0", path = "../commit_rewriting/live_commit_sync_config" }
manifest = { version = "0.1.0", path = "../manifest" }
maplit = "1.0"
mercurial_derived_data = { version = "0.1.0", path = "../derived_data/mercurial_derived_data" }
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
metaconfig_parser = { version = "0.1.0", path = "../metaconfig/parser" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
mononoke_hg_sync_job_helper_lib = { version = "0.1.0", path = "../mononoke_hg_sync_job" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
movers = { version = "0.1.0", path = "../commit_rewriting/movers" }
mutable_counters = { version = "0.1.0", path = "../mutable_counters" }
phases = { version = "0.1.0", path = "../phases" }
pushrebase = { version = "0.1.0", path = "../pushrebase" }
pushrebase_mutation_mapping = { version = "0.1.0", path = "../pushrebase_mutation_mapping" }
question = "0.2.2"
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_bookmark_attrs = { version = "0.1.0", path = "../repo_attributes/repo_bookmark_attrs" }
repo_cross_repo = { version = "0.1.0", path = "../repo_attributes/repo_cross_repo" }
repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
segmented_changelog = { version = "0.1.0", path = "../segmented_changelog" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" }
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" }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../common/topo_sort" }
wireproto_handler = { version = "0.1.0", path = "../wireproto_handler" }
[dev-dependencies]
ascii = "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" }
derived_data_manager = { version = "0.1.0", path = "../derived_data/manager" }
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
git_types = { version = "0.1.0", path = "../git/git_types" }
mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" }
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }
test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../tests/utils" }