# 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_siwe" version = "0.1.1" authors = ["Kristofer Lund "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrate Ethereum wallet-based authentication (SIWE) with applications on the Internet Computer (ICP) platform." homepage = "https://github.com/kristoferlund/ic-siwe" readme = "README.md" keywords = [ "ethereum", "wallet", "internet-computer", "authentication", "siwe", ] categories = [ "authentication", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/kristoferlund/ic-siwe" [lib] name = "ic_siwe" path = "src/lib.rs" [dependencies.candid] version = "0.10.9" [dependencies.getrandom] version = "0.2.15" 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.3" [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.ethers] version = "2.0.14" [dev-dependencies.hex-literal] version = "0.2.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.13.1" features = ["full"]