# 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 = "selium-log" version = "0.1.0" authors = ["Selium Contributors"] description = """ selium-log is an open-source implementation of a log-based message queue. """ homepage = "https://selium.com" readme = "README.md" keywords = [ "selium", "messaging", "streaming", "stream", "queue", ] categories = [ "network-programming", "webassembly", ] license = "MPL-2.0" repository = "https://github.com/seliumlabs/selium" [[bench]] name = "read_benchmark" harness = false [[bench]] name = "write_benchmark" harness = false [dependencies.bytes] version = "1.5" [dependencies.chrono] version = "0.4" [dependencies.crc32c] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.memmap2] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "fs", "io-util", "time", "macros", "rt-multi-thread", "rt", ] [dependencies.tokio-util] version = "0.7" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["async_tokio"] [dev-dependencies.fake] version = "2.9" [dev-dependencies.tempfile] version = "3.10"