# 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-recap" version = "0.0.3" description = "Mechanism on top of Sign-In with Solana for informed consent to delegate capabilities with an extensible scope mechanism." homepage = "https://github.com/pileks/siws-recap/" readme = "README.md" keywords = [ "solana", "sign-in", "siws", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/pileks/siws-recap/" [dependencies.base64] version = "0.12" [dependencies.cid] version = "0.10" [dependencies.iri-string] version = "0.6" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_jcs] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "2" [dependencies.siws] version = "0.0.3" [dependencies.thiserror] version = "1" [dependencies.ucan-capabilities-object] version = "0.1"