solverforge-core 0.2.4

Language-agnostic wrapper for the Timefold JVM
Documentation
[package]
name = "solverforge-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Language-agnostic wrapper for the Timefold JVM"
readme = "README.md"

[lib]
crate-type = ["rlib"]

[dependencies]
# Error handling
thiserror.workspace = true

# Logging
log.workspace = true

# Decimal arithmetic for value ranges and scores
rust_decimal.workspace = true

# Serialization
serde.workspace = true
serde_json.workspace = true
indexmap.workspace = true

# HTTP client
reqwest.workspace = true

# WASM generation
wasm-encoder.workspace = true

# Base64 encoding
base64.workspace = true

[dev-dependencies]
proptest.workspace = true