[package]
edition = "2024"
name = "mur-common"
version = "2.20.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and traits for the MUR ecosystem"
homepage = "https://mur.run"
readme = "README.md"
keywords = [
"ai",
"coding",
"cli",
"learning",
"patterns",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/mur-run/mur"
resolver = "2"
[lib]
name = "mur_common"
path = "src/lib.rs"
[[test]]
name = "companion_content"
path = "tests/companion_content.rs"
[[test]]
name = "companion_enums"
path = "tests/companion_enums.rs"
[[test]]
name = "companion_profile_roundtrip"
path = "tests/companion_profile_roundtrip.rs"
[[test]]
name = "content_seed"
path = "tests/content_seed.rs"
[[test]]
name = "coordination_conformance"
path = "tests/coordination_conformance.rs"
[[test]]
name = "hooks_config"
path = "tests/hooks_config.rs"
[[test]]
name = "identity"
path = "tests/identity.rs"
[[test]]
name = "identity_chain"
path = "tests/identity_chain.rs"
[[test]]
name = "multimodal_ledger"
path = "tests/multimodal_ledger.rs"
[[test]]
name = "multimodal_roundtrip"
path = "tests/multimodal_roundtrip.rs"
[[test]]
name = "muragent_fatal_not_advisory"
path = "tests/muragent_fatal_not_advisory.rs"
[[test]]
name = "muragent_format"
path = "tests/muragent_format.rs"
[[test]]
name = "profile_schema"
path = "tests/profile_schema.rs"
[[test]]
name = "rotation_attestation"
path = "tests/rotation_attestation.rs"
[[test]]
name = "schema_evolution"
path = "tests/schema_evolution.rs"
[[test]]
name = "skill_e2e"
path = "tests/skill_e2e.rs"
[[test]]
name = "skill_manifest_compat"
path = "tests/skill_manifest_compat.rs"
[[test]]
name = "voice_template"
path = "tests/voice_template.rs"
[dependencies.age]
version = "0.11"
features = ["armor"]
[dependencies.anyhow]
version = "1"
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.dirs]
version = "6"
[dependencies.ed25519-dalek]
version = "2"
features = [
"rand_core",
"pkcs8",
"pem",
]
[dependencies.fd-lock]
version = "4"
[dependencies.flate2]
version = "1.1.9"
[dependencies.fs2]
version = "0.4"
[dependencies.globset]
version = "0.4"
[dependencies.hex]
version = "0.4.3"
[dependencies.keyring]
version = "3"
features = [
"apple-native",
"linux-native",
"sync-secret-service",
"windows-native",
]
default-features = false
[dependencies.libc]
version = "0.2"
[dependencies.multibase]
version = "0.9"
[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
[dependencies.regex-lite]
version = "0.1"
[dependencies.secrecy]
version = "0.10"
[dependencies.semver]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_bytes]
version = "0.11"
[dependencies.serde_jcs]
version = "0.2.0"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.serde_yaml_ng]
version = "0.10"
[dependencies.sha2]
version = "0.10"
[dependencies.shell-escape]
version = "0.1"
[dependencies.shell-words]
version = "1"
[dependencies.shellexpand]
version = "3"
[dependencies.subtle]
version = "2"
[dependencies.tar]
version = "0.4.46"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"process",
"fs",
"io-util",
"io-std",
"time",
"sync",
"signal",
"net",
]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.unicode-normalization]
version = "0.1.25"
[dependencies.uuid]
version = "1"
features = [
"v4",
"v7",
"serde",
]
[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]
[dev-dependencies]
[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
"Win32_System_Threading",
"Win32_Foundation",
]