supplier_kit 0.1.1

A modular toolkit for managing and grouping dynamic data suppliers.
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 = "supplier_kit"
version = "0.1.1"
authors = ["Jerry Maheswara <jerrymaheswara@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular toolkit for managing and grouping dynamic data suppliers."
documentation = "https://docs.rs/supplier_kit"
readme = "README.md"
keywords = [
    "supplier",
    "integration",
    "callback",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/jerry-maheswara-github/supplier_kit"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[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"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"