mycelium-manager 0.2.7

A robust, production-grade task/plan manager CLI (binary: myc)
# 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 = "2021"
rust-version = "1.75"
name = "mycelium-manager"
version = "0.2.7"
authors = ["Mycelium Contributors"]
build = false
exclude = [
    ".mycelium/*",
    ".planning/*",
    ".serena/*",
    ".claude/*",
    ".mcp_data/*",
    ".bank",
    "mycui/*",
    "tests/fixtures/*",
    "PROJECT_INDEX.*",
    "ADDITIONAL.md",
    "PUBLISHING.md",
    "publish.sh",
    "AGENTS.md",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust, production-grade task/plan manager CLI (binary: myc)"
homepage = "https://github.com/tcsenpai/mycelium"
documentation = "https://docs.rs/mycelium-manager"
readme = "README.md"
keywords = [
    "cli",
    "task-manager",
    "project-management",
    "productivity",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tcsenpai/mycelium"

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.colored]
version = "2.1"

[dependencies.comfy-table]
version = "7.1"

[dependencies.csv]
version = "1.3"

[dependencies.directories]
version = "5.0"

[dependencies.mycelium-manager-core]
version = "0.1.1"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "chrono",
    "uuid",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5"

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

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

[dev-dependencies.tempfile]
version = "3.14"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true