notedthat-server 0.1.1

NotedThat server binary — HTTP API, WebDAV, and remote MCP in one process
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 = "notedthat-server"
version = "0.1.1"
authors = ["NotedThat Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NotedThat server binary — HTTP API, WebDAV, and remote MCP in one process"
homepage = "https://github.com/NotedThat/NotedThat"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/NotedThat/NotedThat"
resolver = "2"

[package.metadata.dist]
dist = true

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

[[bin]]
name = "notedthat-server"
path = "src/main.rs"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
]
default-features = false

[dependencies.notedthat-api-http]
version = "0.1.1"

[dependencies.notedthat-core]
version = "0.1.1"

[dependencies.notedthat-indexer]
version = "0.1.1"

[dependencies.notedthat-mcp]
version = "0.1.1"

[dependencies.notedthat-storage-s3]
version = "0.1.1"

[dependencies.notedthat-webdav]
version = "0.1.1"

[dependencies.notedthat-write]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]
default-features = false

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "ansi",
    "env-filter",
    "fmt",
    "json",
]
default-features = false

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.notedthat-api-http]
version = "0.1.1"
features = ["test-support"]

[dev-dependencies.notedthat-mcp-stdio]
version = "0.1.1"

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

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

[dev-dependencies.temp-env]
version = "0.3"

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"