jkn_rust 0.1.1

Client Rust untuk bridging API BPJS/JKN
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 = "jkn_rust"
version = "0.1.1"
authors = ["hermandev <hermantolakoro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client Rust untuk bridging API BPJS/JKN"
homepage = "https://github.com/hermandev/jkn-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hermandev/jkn-rust"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.flate2]
version = "1.1.5"

[dependencies.openssl]
version = "0.10.76"
features = ["vendored"]

[dependencies.reqwest]
version = "0.12.24"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.urlencoding]
version = "2.1.3"