momus-cli 0.4.0

Momus API test harness — CLI runner
# 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 = "momus-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Momus API test harness — CLI runner"
homepage = "https://github.com/jlcoulter/momus"
documentation = "https://github.com/jlcoulter/momus#readme"
readme = "README.md"
keywords = [
    "testing",
    "api",
    "http",
    "assertions",
    "jsonpath",
]
categories = [
    "development-tools::testing",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/jlcoulter/momus"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

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

[dependencies.dirs]
version = "6"

[dependencies.momus-bench]
version = "0.4.0"

[dependencies.momus-chaos]
version = "0.4.0"

[dependencies.momus-contract]
version = "0.4.0"

[dependencies.momus-convert]
version = "0.4.0"
features = [
    "openapi",
    "postman",
    "har",
    "curl",
    "graphql",
    "grpc",
    "fhir",
]

[dependencies.momus-core]
version = "0.4.0"

[dependencies.momus-diff]
version = "0.4.0"

[dependencies.momus-fuzz]
version = "0.4.0"

[dependencies.momus-guard]
version = "0.4.0"

[dependencies.momus-mock]
version = "0.4.0"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.cargo-husky]
version = "1.5.0"
features = [
    "precommit-hook",
    "prepush-hook",
]
default-features = false