spikes 0.4.0

Drop-in feedback collection for static HTML mockups
# 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"
name = "spikes"
version = "0.4.0"
authors = ["Moritz Bierling <moritz@bierling.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop-in feedback collection for static HTML mockups"
homepage = "https://spikes.sh"
readme = "README.md"
keywords = [
    "feedback",
    "mockups",
    "design",
    "review",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bierlingm/spikes"

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

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

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

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

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

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

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

[dependencies.axum]
version = "0.7"

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

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

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

[dependencies.csv]
version = "1.3"

[dependencies.dirs]
version = "5"

[dependencies.nanoid]
version = "0.4"

[dependencies.rmcp]
version = "0.17"
features = [
    "server",
    "transport-io",
    "macros",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tower-http]
version = "0.5"
features = [
    "fs",
    "cors",
]

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.walkdir]
version = "2"

[dependencies.webbrowser]
version = "1"

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

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

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

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

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

[dev-dependencies.tokio-test]
version = "0.4"

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