apic-cli 0.1.0

A git-able API contract CLI: contracts as plain per-endpoint JSON files in your repo
# 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"
rust-version = "1.88"
name = "apic-cli"
version = "0.1.0"
authors = ["Rizki Rakasiwi"]
build = false
exclude = [
    "/.github",
    "/.apic",
    "/example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git-able API contract CLI: contracts as plain per-endpoint JSON files in your repo"
homepage = "https://github.com/rizukirr/apic"
readme = "README.md"
keywords = [
    "api",
    "contract",
    "cli",
    "rest",
    "json",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rizukirr/apic"

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

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.toml]
version = "1.1.2"

[dependencies.walkdir]
version = "2.5.0"

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

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