# 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 = "siws" version = "0.0.3" authors = ["Jure Granić-Skender | Pileks"] description = "Lightweight Sign in With Solana library adhering to the Solana Wallet Standard." homepage = "https://github.com/pileks/siws-rs" readme = "README.md" keywords = [ "solana", "sign-in", "siws", ] categories = [ "authentication", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/pileks/siws-rs" [dependencies.bs58] version = "0.5.1" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.iri-string] version = "0.6" [dependencies.serde] version = "1.0.197" features = [ "derive", "std", ] [dependencies.thiserror] version = "1.0.58" [dependencies.time] version = "0.3.36" features = [ "parsing", "formatting", ] [dev-dependencies.getrandom] version = "0.2.10" features = ["custom"] [dev-dependencies.matches] version = "0.1.10" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.115"