rescript-openapi 0.1.0

Generate type-safe ReScript clients from OpenAPI specifications
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 = "2021"
name = "rescript-openapi"
version = "0.1.0"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate type-safe ReScript clients from OpenAPI specifications"
readme = "README.adoc"
keywords = [
    "rescript",
    "openapi",
    "codegen",
    "api",
    "client",
]
categories = [
    "development-tools",
    "web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/hyperpolymath/rescript-openapi"

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

[[bin]]
name = "rescript-openapi"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.genco]
version = "0.17"

[dependencies.heck]
version = "0.5"

[dependencies.notify]
version = "6"
features = ["macos_kqueue"]
default-features = false

[dependencies.openapiv3]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["redactions"]

[dev-dependencies.pretty_assertions]
version = "1"

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

[profile.release]
lto = true
strip = true