lexe-logger 0.1.4

Lexe SDK tracing logger configuration
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"
rust-version = "1.90"
name = "lexe-logger"
version = "0.1.4"
authors = [
    "Max Fang <max@lexe.app>",
    "Philip Hayes <philip@lexe.app>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexe SDK tracing logger configuration"
documentation = "https://docs.rs/lexe-logger"
readme = "crates-io.md"
license = "MIT"
repository = "https://github.com/lexe-app/lexe-public"
resolver = "2"

[features]
default = []
test-utils = ["lexe-api/test-utils"]

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

[dependencies.anyhow]
version = "1"

[dependencies.lexe-api]
version = "0.1.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "smallvec",
    "ansi",
    "fmt",
    "registry",
    "std",
    "tracing-log",
]
default-features = false

[dev-dependencies.lexe-api]
version = "0.1.4"
features = ["test-utils"]