[package]
name = "linesmith-core"
description = "Internal core engine for linesmith. No SemVer guarantee for direct dependents — depend on the `linesmith` binary or accept breakage between minor versions."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[lints]
workspace = true
[dependencies]
linesmith-plugin = { version = "0.1.3", path = "../linesmith-plugin" }
serde.workspace = true
serde_json.workspace = true
catppuccin.workspace = true
gix.workspace = true
jiff.workspace = true
httpdate.workspace = true
rhai.workspace = true
schemars.workspace = true
secrecy.workspace = true
supports-color.workspace = true
supports-hyperlinks.workspace = true
tempfile.workspace = true
terminal_size.workspace = true
ureq.workspace = true
toml.workspace = true
unicode-segmentation.workspace = true
unicode-width.workspace = true
[dev-dependencies]
mockito.workspace = true