[package] name = "repo_import" edition = "2018" version = "0.1.0" authors = ['Facebook'] license = "GPLv2+" include = ["src/**/*.rs"] [dependencies] blobrepo = { path = "../blobrepo" } blobrepo_hg = { path = "../blobrepo/blobrepo_hg" } bookmarks = { path = "../bookmarks" } cmdlib = { path = "../cmdlib" } context = { path = "../server/context" } cross_repo_sync = { path = "../commit_rewriting/cross_repo_sync" } derived_data_utils = { path = "../derived_data/utils" } import_tools = { path = "../git/import_tools" } mercurial_types = { path = "../mercurial/types" } mononoke_types = { path = "../mononoke_types" } movers = { path = "../commit_rewriting/movers" } mutable_counters = { path = "../mutable_counters" } topo_sort = { path = "../common/topo_sort" } fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } anyhow = "1.0" clap = "2.33" futures = { version = "0.3.5", features = ["async-await", "compat"] } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" slog = { version = "2.5", features = ["max_level_debug"] } tokio = { version = "=0.2.13", features = ["full"] } [dev-dependencies] blobrepo_factory = { path = "../blobrepo/factory" } blobstore = { path = "../blobstore" } mercurial_types-mocks = { path = "../mercurial/types/mocks" } mononoke_types-mocks = { path = "../mononoke_types/mocks" } sql_construct = { path = "../common/sql_construct" } tests_utils = { path = "../tests/utils" } tokio-compat = "0.1"