# 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 = "2021" rust-version = "1.75.0" name = "sentc-crypto-utils" version = "0.15.0" authors = [ "Sentclose ", "Jörn Heinemann ", ] include = [ "Cargo.toml", "../LICENSE", "src/**/*", ] description = "Common types and functions for sentc sdk and sdk light" homepage = "https://sentc.com/" documentation = "https://sentc.com/" license-file = "LICENSE" repository = "https://github.com/sentclose/sentc" [dependencies.base64ct] version = "1.0.1" features = ["alloc"] default-features = false [dependencies.js-sys] version = "0.3.58" optional = true [dependencies.pem-rfc7468] version = "0.3.1" features = ["alloc"] [dependencies.reqwest] version = "0.11.27" optional = true default-features = false [dependencies.sentc-crypto-common] version = "0.11.0" [dependencies.sentc-crypto-core] version = "0.15.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["alloc"] default-features = false [dependencies.wasm-bindgen] version = "0.2.74" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.31" optional = true [dependencies.web-sys] version = "0.3.4" features = [ "Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", ] optional = true [features] crypto_full = [] encryption = [] rustls = ["reqwest/rustls-tls"] wasm = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "js-sys", ]