midenc-log 0.8.1

Provides flexible trace logging for midenc
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.92"
name = "midenc-log"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides flexible trace logging for midenc"
homepage = "https://github.com/0xMiden/compiler"
documentation = "https://github.com/0xMiden/compiler"
readme = "README.md"
keywords = [
    "compiler",
    "miden",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/compiler"
resolver = "2"

[features]
auto-color = [
    "color",
    "anstream/auto",
]
color = [
    "dep:anstream",
    "dep:anstyle",
]
default = [
    "auto-color",
    "humantime",
    "regex",
]
humantime = ["dep:jiff"]
kv = ["log/kv"]
regex = ["dep:regex"]

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

[dependencies.anstream]
version = "0.6"
features = ["wincon"]
optional = true
default-features = false

[dependencies.anstyle]
version = "1.0"
optional = true

[dependencies.jiff]
version = "0.2.3"
features = ["std"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"
features = [
    "kv",
    "std",
]

[dependencies.regex]
version = "1.0"
features = [
    "std",
    "perf",
]
optional = true
default-features = false

[dev-dependencies.snapbox]
version = "0.6"