# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sapling-indexedlog" version = "0.1.0" authors = ["Meta Source Control Team "] description = "Append-only on-disk storage with integrity checks and radix tree indexing." homepage = "https://sapling-scm.com/" license = "MIT" repository = "https://github.com/facebook/sapling" [lib] name = "indexedlog" [[test]] name = "low_fileno_limit_test" path = "tests/low_fileno_limit.rs" [[bench]] name = "index" harness = false [[bench]] name = "log" harness = false [[bench]] name = "misc" harness = false [dependencies.byteorder] version = "1.3" [dependencies.fs2] version = "0.4" [dependencies.memmap2] version = "0.5.10" [dependencies.once_cell] version = "1.12" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.sapling-atomicfile] version = "0.1.0" [dependencies.sapling-configmodel] version = "0.1.0" optional = true [dependencies.sapling-minibytes] version = "0.1.0" [dependencies.sapling-vlqencoding] version = "0.1.0" [dependencies.tempfile] version = "3.8" [dependencies.tracing] version = "0.1.40" features = [ "attributes", "valuable", ] [dependencies.twox-hash] version = "1.6.1" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.sapling-dev-logger] version = "0.1.0" [dev-dependencies.sapling-minibench] version = "0.1.0" [features] configurable = ["sapling-configmodel"] sigbus-handler = [] [target."cfg(target_os = \"linux\")".dependencies.hex] version = "0.4.3" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.139" [target."cfg(target_os = \"linux\")".dev-dependencies.tempfile] version = "3.8" [target."cfg(target_os = \"macos\")".dependencies.hex] version = "0.4.3" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2.139" [target."cfg(target_os = \"macos\")".dev-dependencies.tempfile] version = "3.8" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "everything", "std", ]