[package]
edition = "2021"
name = "albert-compat"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility harness for Albert CLI — upstream manifest extraction and path resolution for the Ternary Intelligence Stack"
homepage = "https://ternlang.com"
readme = "README.md"
keywords = [
"ai",
"cli",
"ternary",
"compat",
"agent",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/eriirfos-eng/ternary-intelligence-stack"
[lib]
name = "albert_compat"
path = "src/lib.rs"
[dependencies.commands]
version = "1.1.1"
package = "albert-commands"
[dependencies.runtime]
version = "1.1.1"
package = "albert-runtime"
[dependencies.tools]
version = "1.1.1"
package = "albert-tools"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"