sentc-crypto-utils 0.10.0

Common types and functions for sentc sdk and sdk light
Documentation
[dependencies.base64ct]
default-features = false
features = ["alloc"]
version = "1.0.1"

[dependencies.js-sys]
optional = true
version = "0.3.58"

[dependencies.pem-rfc7468]
features = ["alloc"]
version = "0.3.1"

[dependencies.reqwest]
default-features = false
optional = true
version = "0.11.18"

[dependencies.sentc-crypto-common]
version = "0.10.0"

[dependencies.sentc-crypto-core]
version = "0.10.0"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0.81"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.74"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.31"

[dependencies.web-sys]
features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"]
optional = true
version = "0.3.4"

[features]
crypto_full = []
rustls = ["reqwest/rustls-tls"]
wasm = ["wasm-bindgen", "wasm-bindgen-futures", "web-sys", "js-sys"]

[package]
authors = ["Sentclose <contact@sentclose.com>", "Jörn Heinemann <j.heinemann@sentclose.com>"]
description = "Common types and functions for sentc sdk and sdk light"
documentation = "https://sentc.com/"
edition = "2021"
homepage = "https://sentc.com/"
include = ["Cargo.toml", "../LICENSE", "src/**/*"]
license-file = "LICENSE"
name = "sentc-crypto-utils"
repository = "https://github.com/sentclose/sentc"
resolver = "1"
version = "0.10.0"