[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "supplier_kit"
path = "src/lib.rs"
[package]
authors = ["Jerry Maheswara <jerrymaheswara@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A modular toolkit for managing and grouping dynamic data suppliers."
documentation = "https://docs.rs/supplier_kit"
edition = "2024"
keywords = ["supplier", "integration", "callback"]
license = "Apache-2.0"
name = "supplier_kit"
readme = "README.md"
repository = "https://github.com/jerry-maheswara-github/supplier_kit"
version = "0.1.0"
[[test]]
name = "multi_supplier_query_search_test"
path = "tests/multi_supplier_query_search_test.rs"
[[test]]
name = "supplier_operation_test"
path = "tests/supplier_operation_test.rs"
[[test]]
name = "supplier_registry_tests"
path = "tests/supplier_registry_tests.rs"
[[test]]
name = "supplier_request_test"
path = "tests/supplier_request_test.rs"