reflectapi-cli 0.16.8

CLI for reflectapi
# 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 = "reflectapi-cli"
version = "0.16.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "reflectapi"
description = "CLI for reflectapi"
homepage = "https://github.com/thepartly/reflectapi"
documentation = "https://docs.rs/reflectapi-cli"
readme = "README.md"
keywords = [
    "reflectapi",
    "reflection",
    "cli",
    "codegen",
    "restapi-client",
]
categories = [
    "web-programming",
    "development-tools",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/thepartly/reflectapi"

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

[dependencies.anyhow]
version = "1.0.81"

[dependencies.askama]
version = "0.12.1"

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

[dependencies.clap_derive]
version = "4.5.3"

[dependencies.reflectapi]
version = "0.16.8"
features = ["codegen"]

[dependencies.rouille]
version = "3"

[dependencies.serde_json]
version = "1.0.114"

[lints.clippy]
dbg_macro = "deny"

[lints.rust]
rust_2018_idioms = "deny"