ic_sis 0.2.1

Integrate Sui wallet-based authentication (SIS) with applications on the Internet Computer (ICP) platform. Supports BCS serialization, intent signing, and multiple signature schemes.
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"
rust-version = "1.73"
name = "ic_sis"
version = "0.2.1"
authors = ["Talentum Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integrate Sui wallet-based authentication (SIS) with applications on the Internet Computer (ICP) platform. Supports BCS serialization, intent signing, and multiple signature schemes."
homepage = "https://github.com/Talentum-id/ic_sis"
documentation = "https://docs.rs/ic_sis"
readme = "README.md"
keywords = [
    "sui",
    "wallet",
    "internet-computer",
    "authentication",
    "sis",
]
categories = [
    "authentication",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/Talentum-id/ic_sis"

[features]
default = []
test-mode = []

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

[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"

[dependencies.base64]
version = "0.13.0"

[dependencies.bcs]
version = "0.1.4"

[dependencies.blake2]
version = "0.9.2"

[dependencies.candid]
version = "0.10.9"

[dependencies.ed25519-dalek]
version = "1.0.1"

[dependencies.getrandom]
version = "0.2.14"
features = ["custom"]

[dependencies.hex]
version = "0.4.3"

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

[dependencies.ic-cdk-timers]
version = "0.9.0"

[dependencies.ic-certified-map]
version = "0.4.0"

[dependencies.k256]
version = "0.13.1"
features = ["ecdsa"]

[dependencies.p256]
version = "0.13.2"
features = ["ecdsa"]

[dependencies.rand_chacha]
version = "0.3.1"

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

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.serde_json]
version = "1.0.125"

[dependencies.sha2]
version = "0.9.9"

[dependencies.simple_asn1]
version = "0.6.2"

[dependencies.time]
version = "0.3.36"
features = ["formatting"]

[dependencies.tiny-keccak]
version = "2.0.2"
features = ["keccak"]

[dependencies.url]
version = "2.4.1"

[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tokio]
version = "1.32.0"
features = ["full"]