mars-agents 0.2.7

Agent package manager for .agents/ directories
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"
name = "mars-agents"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent package manager for .agents/ directories"
homepage = "https://github.com/haowjy/mars-agents"
readme = "README.md"
keywords = [
    "agents",
    "package-manager",
    "ai",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/haowjy/mars-agents"

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

[[bin]]
name = "mars"
path = "src/main.rs"

[[test]]
name = "agent_emission"
path = "tests/agent_emission.rs"

[[test]]
name = "config_entries"
path = "tests/config_entries.rs"

[[test]]
name = "filter_and_rename"
path = "tests/filter_and_rename.rs"

[[test]]
name = "init_and_add"
path = "tests/init_and_add.rs"

[[test]]
name = "local_package"
path = "tests/local_package.rs"

[[test]]
name = "lock_and_repair"
path = "tests/lock_and_repair.rs"

[[test]]
name = "model_config"
path = "tests/model_config.rs"

[[test]]
name = "models_cache_ttl"
path = "tests/models_cache_ttl.rs"

[[test]]
name = "models_probe_cache"
path = "tests/models_probe_cache.rs"

[[test]]
name = "release_metadata"
path = "tests/release_metadata.rs"

[[test]]
name = "sync_behavior"
path = "tests/sync_behavior.rs"

[[test]]
name = "validate_and_export"
path = "tests/validate_and_export.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

[dependencies.dunce]
version = "1.0.5"

[dependencies.flate2]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.libc]
version = "0.2.183"

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.semver]
version = "1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.termcolor]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "3"

[dependencies.wait-timeout]
version = "0.2"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.serial_test]
version = "3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
    "Win32_System_IO",
]