# 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 = "ic_siws" version = "0.0.2" authors = ["Kristofer Lund "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrate Solana wallet-based authentication (SIWS) with applications on the Internet Computer (ICP) platform." homepage = "https://github.com/kristoferlund/ic-siws" readme = "README.md" keywords = [ "solana", "wallet", "internet-computer", "authentication", "siws", ] categories = [ "authentication", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/kristoferlund/ic-siws" [lib] name = "ic_siws" path = "src/lib.rs" [dependencies.bs58] version = "0.5.1" [dependencies.candid] version = "0.9.11" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.getrandom] version = "0.2.10" features = ["custom"] [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.11.6" [dependencies.ic-cdk-timers] version = "0.5.1" optional = true [dependencies.ic-certified-map] version = "0.4.0" [dependencies.rand_chacha] version = "0.3.1" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0.66" [dependencies.sha2] version = "0.9.1" [dependencies.simple_asn1] version = "0.6.2" [dependencies.thiserror] version = "1.0.58" [dependencies.time] version = "0.3.36" features = ["formatting"] [dependencies.url] version = "2.4.1" [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.solana-sdk] version = "1.18.8" [dev-dependencies.tokio] version = "1.13.0" features = ["full"] [features] nonce = [ "rand_chacha", "ic-cdk-timers", ]