mermaid-runtime 0.18.0

Daemon-safe runtime core for Mermaid
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-runtime"
version = "0.18.0"
authors = ["Noah Sabaj <noahsabaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon-safe runtime core for Mermaid"
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_runtime"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.directories]
version = "6.0"

[dependencies.getrandom]
version = "0.4"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "process",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.shell-words]
version = "1.1"

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.seccompiler]
version = "0.5"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_System_Threading",
]