mechanics 0.5.4

mechanics automation framework (http server)
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"
rust-version = "1.88"
name = "mechanics"
version = "0.5.4"
authors = ["metastable-void"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mechanics automation framework (http server)"
homepage = "https://github.com/metastable-void/mechanics-rs"
readme = "README.md"
keywords = [
    "automation",
    "orchestration",
    "javascript",
    "worker-pool",
    "boa",
]
categories = [
    "concurrency",
    "artificial-intelligence",
    "api-bindings",
]
license = "Apache-2.0 OR MPL-2.0"
repository = "https://github.com/metastable-void/mechanics-rs"

[features]
default = ["https"]
https = [
    "dep:mechanics-http-server",
    "dep:tokio-rustls",
]

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

[[bin]]
name = "mechanics-rs"
path = "src/bin/mechanics-rs.rs"

[dependencies.http-body-util]
version = "0.1"
features = []
default-features = false

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "http2",
    "server",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = [
    "http1",
    "http2",
    "server",
    "tokio",
]
default-features = false

[dependencies.mechanics-core]
version = "0.6"
features = [
    "rand",
    "encoding",
    "html",
    "console",
    "url",
    "mime",
]
default-features = false

[dependencies.mechanics-http-server]
version = "0.1"
optional = true
default-features = false

[dependencies.parking_lot]
version = "0.12.5"
features = []
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt-multi-thread",
]
default-features = false

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "aws_lc_rs",
    "logging",
    "tls12",
]
optional = true
default-features = false

[dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
overflow-checks = true
strip = true