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 = "2021"
rust-version = "1.82"
name = "iwec"
version = "0.0.70"
authors = ["Dmytro Halichenko <dmytrohalichenko@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IWE MCP server"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/iwe-org/iwe"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"
features = ["unstable-locales"]

[dependencies.liwe]
version = "0.0.70"

[dependencies.minijinja]
version = "2.19.0"

[dependencies.notify]
version = "8"

[dependencies.rmcp]
version = "1"
features = [
    "server",
    "macros",
    "transport-io",
    "schemars",
]

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "registry",
    "fmt",
    "local-time",
    "std",
    "time",
    "tracing-log",
    "env-filter",
]
default-features = false

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

[dev-dependencies.liwe]
version = "0.0.70"

[dev-dependencies.rmcp]
version = "1"
features = [
    "server",
    "client",
    "macros",
    "transport-io",
    "transport-async-rw",
    "schemars",
]

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-util",
    "test-util",
]