mermaid-model 0.23.0

Model-layer core for Mermaid: provider adapters, wire types, capability catalog, and the shared utilities they need.
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.91"
name = "mermaid-model"
version = "0.23.0"
authors = ["Noah Sabaj <noahsabaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model-layer core for Mermaid: provider adapters, wire types, capability catalog, and the shared utilities they need."
homepage = "https://github.com/noahsabaj/mermaid-cli"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/noahsabaj/mermaid-cli"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.4"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
    "crypto-rust",
]

[dependencies.mermaid-runtime]
version = "0.23.0"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
    "gzip",
    "brotli",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.38.4"
features = ["system"]
default-features = false

[dependencies.tokio]
version = "1.44"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.temp-env]
version = "0.3"

[target.'cfg(target_os = "linux")'.dependencies.dbus-secret-service]
version = "4"
features = ["vendored"]

[lints.clippy]
dbg_macro = "deny"
excessive_nesting = "deny"
mem_forget = "deny"
todo = "deny"
too_many_lines = "deny"
unimplemented = "deny"

[lints.rust]
warnings = "deny"