ksef-client 0.3.1

Client API KSeF 2.0
# 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 = "ksef-client"
version = "0.3.1"
authors = ["Ireneusz Witek"]
build = false
exclude = [
    "target/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client API KSeF 2.0"
readme = "README.md"
keywords = [
    "ksef",
    "client",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
    "web-programming",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ireneuszwitek/ksef-client-rust"

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

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

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

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

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

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

[dependencies.aes]
version = "0.7"

[dependencies.base64]
version = "0.21"

[dependencies.block-modes]
version = "0.8"

[dependencies.block-padding]
version = "0.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.pem-rfc7468]
version = "1.0"

[dependencies.qrcodegen]
version = "1.8.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.rsa]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.skia-safe]
version = "0.93"
features = [
    "textlayout",
    "embed-icudtl",
]

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2.1"

[dependencies.x509-parser]
version = "0.18"

[dependencies.zip]
version = "8.1"