# 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 = "write-journal" version = "0.11.1" authors = ["Wilson Lin "] description = "Write to files with a journal" homepage = "https://github.com/wilsonzlin/write-journal" license = "Apache-2.0" repository = "https://github.com/wilsonzlin/write-journal.git" [dependencies.blake3] version = "1" [dependencies.dashmap] version = "5.4.0" [dependencies.off64] version = "0.6" [dependencies.rustc-hash] version = "1.1.0" [dependencies.seekable-async-file] version = "0.11.3" default-features = false [dependencies.signal-future] version = "0.1.1" [dependencies.tinybuf] version = "0.3.0" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1.37" [features] default = ["io_mmap"] io_file = ["seekable-async-file/tokio_file"] io_mmap = ["seekable-async-file/mmap"]