kcl-test-server 0.2.134

A test server for KCL
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 = "2024"
name = "kcl-test-server"
version = "0.2.134"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A test server for KCL"
readme = false
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"
resolver = "2"

[lib]
name = "kcl_test_server"
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0.102"

[dependencies.hyper]
version = "0.14.29"
features = [
    "http1",
    "server",
    "tcp",
]

[dependencies.kcl-lib]
version = "0.2.134"

[dependencies.pico-args]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
assertions_on_result_states = "warn"
dbg_macro = "warn"
iter_over_hash_type = "warn"
lossy_float_literal = "warn"
redundant_clone = "warn"
result_large_err = "allow"