[dependencies.bytes]
optional = true
version = "1.7"
[dependencies.crc32fast]
version = "1"
[dependencies.fusio]
features = ["dyn", "fs", "bytes"]
version = "0.4.1"
[dependencies.fusio-dispatch]
version = "0.4.1"
[dependencies.futures-core]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.tempfile]
version = "3"
[features]
aws = ["fusio-dispatch/aws", "fusio/aws"]
bytes = ["dep:bytes"]
default = ["aws", "bytes", "tokio", "tokio-http"]
monoio = ["fusio-dispatch/monoio", "fusio/monoio"]
monoio-http = ["fusio/monoio-http"]
tokio = ["fusio-dispatch/tokio", "fusio/tokio"]
tokio-http = ["fusio/tokio-http"]
web = ["fusio-dispatch/opfs", "fusio/opfs"]
web-http = ["fusio/wasm-http"]
[lib]
name = "fusio_log"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The append only log implementations."
edition = "2021"
license = "Apache-2.0"
name = "fusio-log"
readme = "README.md"
repository = "https://github.com/tonbo-io/fusio"
version = "0.4.1"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.monoio]
features = ["sync"]
version = "0.2"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
features = ["full"]
version = "1"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
version = "0.2.99"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.49"