[[bin]]
name = "vika-cli"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.colored]
version = "2"
[dependencies.dialoguer]
version = "0.11"
[dependencies.indicatif]
version = "0.17"
[dependencies.insta]
version = "1.38"
[dependencies.openapiv3]
version = "2.0"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12"
[dependencies.rust-embed]
features = ["include-exclude"]
version = "8"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.tabled]
version = "0.14"
[dependencies.tempfile]
version = "3.10"
[dependencies.tera]
version = "1"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.indexmap]
version = "2.0"
[dev-dependencies.mockito]
version = "1.2"
[dev-dependencies.predicates]
version = "3.0"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "vika_cli"
path = "src/lib.rs"
[package]
authors = ["Mahdi Zarrinkolah <mz.goldenhat@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "web-programming"]
description = "Generate TypeScript types, Zod schemas, and Fetch-based API clients from OpenAPI/Swagger specifications"
edition = "2021"
keywords = ["openapi", "swagger", "typescript", "code-generation", "cli"]
license = "MIT"
name = "vika-cli"
readme = "README.md"
repository = "https://github.com/MahdiZarrinkolah/vika-cli"
rust-version = "1.70"
version = "1.4.0"
[[test]]
name = "cache_test"
path = "tests/cache_test.rs"
[[test]]
name = "common_schemas_test"
path = "tests/common_schemas_test.rs"
[[test]]
name = "conflict_detection_test"
path = "tests/conflict_detection_test.rs"
[[test]]
name = "formatter_test"
path = "tests/formatter_test.rs"
[[test]]
name = "generate_test"
path = "tests/generate_test.rs"
[[test]]
name = "integration_commands_test"
path = "tests/integration_commands_test.rs"
[[test]]
name = "integration_main_test"
path = "tests/integration_main_test.rs"
[[test]]
name = "integration_templates_test"
path = "tests/integration_templates_test.rs"
[[test]]
name = "module_filtering_test"
path = "tests/module_filtering_test.rs"
[[test]]
name = "module_selector_test"
path = "tests/module_selector_test.rs"
[[test]]
name = "multispec_backward_compat_test"
path = "tests/multispec_backward_compat_test.rs"
[[test]]
name = "multispec_config_test"
path = "tests/multispec_config_test.rs"
[[test]]
name = "multispec_full_integration_test"
path = "tests/multispec_full_integration_test.rs"
[[test]]
name = "multispec_integration_test"
path = "tests/multispec_integration_test.rs"
[[test]]
name = "multispec_manager_test"
path = "tests/multispec_manager_test.rs"
[[test]]
name = "multispec_snapshot_test"
path = "tests/multispec_snapshot_test.rs"
[[test]]
name = "multispec_writer_test"
path = "tests/multispec_writer_test.rs"
[[test]]
name = "progress_test"
path = "tests/progress_test.rs"
[[test]]
name = "schema_resolver_test"
path = "tests/schema_resolver_test.rs"
[[test]]
name = "snapshot_api_test"
path = "tests/snapshot_api_test.rs"
[[test]]
name = "snapshot_templates_test"
path = "tests/snapshot_templates_test.rs"
[[test]]
name = "snapshot_types_test"
path = "tests/snapshot_types_test.rs"
[[test]]
name = "snapshot_zod_test"
path = "tests/snapshot_zod_test.rs"
[[test]]
name = "swagger_parser_test"
path = "tests/swagger_parser_test.rs"
[[test]]
name = "templates_test"
path = "tests/templates_test.rs"
[[test]]
name = "writer_test"
path = "tests/writer_test.rs"