erebus 0.1.8

A CLI message generation library
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.130"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.yansi]
features = ["hyperlink"]
version = "1.0.1"

[dev-dependencies.insta]
version = "1.42.1"

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

[lints.clippy]
cognitive_complexity = "allow"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
future_incompatible = "warn"
nonstandard_style = "warn"

[package]
authors = ["Brett Mayson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI message generation library"
edition = "2021"
license = "MIT"
name = "erebus"
readme = "README.md"
repository = "https://github.com/brettmayson/erebus"
version = "0.1.8"

[[test]]
name = "break_line"
path = "tests/break_line.rs"

[[test]]
name = "message"
path = "tests/message.rs"