# 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 = "2018" name = "commitlog" version = "0.2.0" authors = ["Zack Owens "] description = "Sequential, disk-backed commit log library." homepage = "https://github.com/zowens/commitlog" readme = "README.md" license = "MIT" repository = "https://github.com/zowens/commitlog" [[bench]] name = "index" harness = false required-features = ["internals"] [[bench]] name = "log-append" harness = false [[bench]] name = "message" harness = false [[bench]] name = "segment" harness = false required-features = ["internals"] [dependencies.byteorder] version = "1.0" [dependencies.bytes] version = "1" [dependencies.crc32c] version = "0.6" [dependencies.log] version = "0.4.1" [dependencies.memmap2] version = "0.5" [dependencies.page_size] version = "0.4.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" [features] internals = []