junobuild-auth 0.3.1

Authentication toolkit for Juno.
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 = "2021"
name = "junobuild-auth"
version = "0.3.1"
authors = ["David Dal Busco <https://daviddalbusco.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication toolkit for Juno."
homepage = "https://juno.build"
documentation = "https://docs.rs/junobuild-auth"
readme = "README.md"
license = "MIT"
repository = "https://github.com/junobuild/juno"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]
rustc-args = [
    "--cfg",
    'getrandom_backend="custom"',
]
rustdoc-args = [
    "--cfg",
    'getrandom_backend="custom"',
]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.candid]
version = "0.10.20"

[dependencies.getrandom02]
version = "0.2.16"
features = ["custom"]
package = "getrandom"

[dependencies.ic-canister-sig-creation]
version = "1.3.1"

[dependencies.ic-cdk]
version = "0.19.0"

[dependencies.ic-certification]
version = "3.0.3"

[dependencies.jsonwebtoken]
version = "10.2.0-ic.1"
features = ["rust_crypto"]
default-features = false
package = "jsonwebtoken-ic"

[dependencies.junobuild-shared]
version = "0.7.0"

[dependencies.serde]
version = "1.0.225"

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.8"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.jsonwebtoken]
version = "10.2.0-ic.1"
features = [
    "rust_crypto",
    "use_pem",
]
default-features = false
package = "jsonwebtoken-ic"