sentc-crypto-light 0.10.0

The main implementation of the sentc light sdk.
Documentation
[dependencies.base64ct]
default-features = false
features = ["alloc"]
version = "1.0.1"

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

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

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

[dependencies.sentc-crypto-utils]
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"

[features]
default = []
rust = []
server_test = []

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