solverforge-service 0.3.0

JVM lifecycle management for SolverForge
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 = "solverforge-service"
version = "0.3.0"
authors = ["SolverForge <info@solverforge.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JVM lifecycle management for SolverForge"
homepage = "https://solverforge.org"
documentation = "https://docs.solverforge.org"
readme = "README.md"
keywords = [
    "constraint",
    "solver",
    "optimization",
    "scheduling",
    "planning",
]
categories = [
    "algorithms",
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/solverforge/solverforge"

[lib]
name = "solverforge_service"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
    "rustls-tls",
    "blocking",
]
default-features = false

[dependencies.solverforge-core]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.indexmap]
version = "2.7"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.wat]
version = "1.219"