notedthat-server 0.11.0

NotedThat server library — 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.11.0"
authors = ["NotedThat Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NotedThat server library — 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"

[features]
test-support = []

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

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

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

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

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

[[test]]
name = "fs_backend_e2e"
path = "tests/fs_backend_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_okf"
path = "tests/it_okf.rs"

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "s3_reconcile_e2e"
path = "tests/s3_reconcile_e2e.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.bytes]
version = "1.12"

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

[dependencies.jsonwebtoken]
version = "9"

[dependencies.metrics]
version = "0.24"

[dependencies.metrics-exporter-prometheus]
version = "0.18"
default-features = false

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

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

[dependencies.notedthat-events]
version = "0.11.0"

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

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

[dependencies.notedthat-storage-fs]
version = "0.11.0"

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

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

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]
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

[dependencies.url]
version = "2"

[dev-dependencies.async-nats]
version = "0.50"

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

[dev-dependencies.bytes]
version = "1.12"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.metrics-util]
version = "0.20"
features = ["debugging"]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

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

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]
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"