# 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 = "rebase_witness_sdk" version = "0.1.5" authors = ["Spruce Systems, Inc."] description = "Rebase Witness SDK is a library for witnessing cryptographic attestations and issuing verifiable credentials" homepage = "https://www.spruceid.dev/rebase" documentation = "https://www.spruceid.dev/rebase" readme = "README.md" keywords = [ "cryptography", "identity", "credentials", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/spruceid/rebase/" [dependencies.async-trait] version = "0.1.53" [dependencies.base64] version = "0.21.3" [dependencies.rebase] version = "0.1.6" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.28" features = ["wasm-bindgen"] [dependencies.tsify] version = "0.4.5" [dependencies.url] version = "2" features = ["serde"] [dependencies.wasm-bindgen] version = "0.2.84" [dev-dependencies.tokio] version = "1" features = [ "full", "macros", ]