effectful_logger 0.2.1

Effect-logging service (forwards to tracing) for effect! / AsyncEffect programs
Documentation
# 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 = "2024"
name = "effectful_logger"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effect-logging service (forwards to tracing) for effect! / AsyncEffect programs"
readme = false
license = "CC-BY-SA-4.0"
repository = "https://github.com/EduSantosBrito/effectful"
resolver = "2"

[lib]
name = "effectful_logger"
path = "src/lib.rs"

[[example]]
name = "context_service"
path = "examples/context_service.rs"

[[example]]
name = "effect_logger"
path = "examples/effect_logger.rs"

[[example]]
name = "layer_build"
path = "examples/layer_build.rs"

[[example]]
name = "log_effects"
path = "examples/log_effects.rs"

[[example]]
name = "macro_block_tail"
path = "examples/macro_block_tail.rs"

[[example]]
name = "macro_sync_bind"
path = "examples/macro_sync_bind.rs"

[dependencies.effectful]
version = "0.3.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    'cfg(feature, values("mock"))',
]