runi-core 0.1.2

Runi core library — foundation types plus a feature-gated bundle that re-exports runi-log and runi-cli
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 = "runi-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runi core library — foundation types plus a feature-gated bundle that re-exports runi-log and runi-cli"
homepage = "https://github.com/wvlet/runi"
readme = false
keywords = [
    "runi",
    "core",
    "foundation",
    "logging",
    "cli",
]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/wvlet/runi"
resolver = "2"

[features]
cli = ["dep:runi-cli"]
default = [
    "log",
    "cli",
]
log = ["dep:runi-log"]

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

[dependencies.runi-cli]
version = "0.1.2"
optional = true

[dependencies.runi-log]
version = "0.1.2"
optional = true

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.runi-test]
version = "0.1.2"