eden/mononoke/mononoke_api/Cargo.toml (92 lines of code) (raw):

# @generated by autocargo [package] name = "mononoke_api" version = "0.1.0" authors = ["Facebook"] edition = "2021" license = "GPLv2+" [dependencies] anyhow = "1.0.51" async-trait = "0.1.52" blame = { version = "0.1.0", path = "../derived_data/blame" } blobrepo = { version = "0.1.0", path = "../blobrepo" } blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../blobstore" } blobstore_factory = { version = "0.1.0", path = "../blobstore/factory" } bookmarks = { version = "0.1.0", path = "../bookmarks" } bookmarks_movement = { version = "0.1.0", path = "../bookmarks/bookmarks_movement" } bounded_traversal = { version = "0.1.0", path = "../common/bounded_traversal" } bytes = { version = "1.1", features = ["serde"] } cacheblob = { version = "0.1.0", path = "../blobstore/cacheblob" } changeset_info = { version = "0.1.0", path = "../derived_data/changeset_info" } changesets = { version = "0.1.0", path = "../changesets" } chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } context = { version = "0.1.0", path = "../server/context" } cross_repo_sync = { version = "0.1.0", path = "../commit_rewriting/cross_repo_sync" } deleted_files_manifest = { version = "0.1.0", path = "../derived_data/deleted_files_manifest" } derived_data = { version = "0.1.0", path = "../derived_data" } derived_data_manager = { version = "0.1.0", path = "../derived_data/manager" } edenapi_types = { version = "0.1.0", path = "../../scm/lib/edenapi/types" } ephemeral_blobstore = { version = "0.1.0", path = "../blobstore/ephemeral_blobstore" } fastlog = { version = "0.1.0", path = "../derived_data/fastlog" } fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } filestore = { version = "0.1.0", path = "../filestore" } fsnodes = { version = "0.1.0", path = "../derived_data/fsnodes" } futures = { version = "0.3.13", features = ["async-await", "compat"] } futures_lazy_shared = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures_watchdog = { version = "0.1.0", path = "../common/futures_watchdog" } hook_manager_factory = { version = "0.1.0", path = "../hooks/hook_manager_factory" } hooks = { version = "0.1.0", path = "../hooks" } 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" megarepo_error = { version = "0.1.0", path = "../megarepo_api/megarepo_error" } 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_api_types = { version = "0.1.0", path = "types" } mononoke_types = { version = "0.1.0", path = "../mononoke_types" } mutable_renames = { version = "0.1.0", path = "../mutable_renames" } pathmatcher = { version = "0.1.0", path = "../../scm/lib/pathmatcher" } permission_checker = { version = "0.1.0", path = "../permission_checker" } phases = { version = "0.1.0", path = "../phases" } rand = { version = "0.8", features = ["small_rng"] } reachabilityindex = { version = "0.1.0", path = "../reachabilityindex" } regex = "1.5.4" repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" } 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_factory = { version = "0.1.0", path = "../repo_factory" } repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" } repo_read_write_status = { version = "0.1.0", path = "../repo_client/repo_read_write_status" } 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" } skeleton_manifest = { version = "0.1.0", path = "../derived_data/skeleton_manifest" } skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" } slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } sorted_vector_map = { 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 = "../commit_rewriting/synced_commit_mapping" } thiserror = "1.0.30" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } tunables = { version = "0.1.0", path = "../tunables" } types = { version = "0.1.0", path = "../../scm/lib/types" } unodes = { version = "0.1.0", path = "../derived_data/unodes" } warm_bookmarks_cache = { version = "0.1.0", path = "../bookmarks/warm_bookmarks_cache" } xdiff = { version = "0.1.0", path = "../../scm/lib/xdiff" } [dev-dependencies] assert_matches = "1.5" cross_repo_sync_test_utils = { version = "0.1.0", path = "../commit_rewriting/cross_repo_sync/test_utils" } derived_data_utils = { version = "0.1.0", path = "../derived_data/utils" } fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fixtures = { version = "0.1.0", path = "../tests/fixtures" } pretty_assertions = "0.6" test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" } tests_utils = { version = "0.1.0", path = "../tests/utils" }