# 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_vc_witness_axum" version = "0.1.0" authors = ["Spruce Systems, Inc."] description = "This is a library that exposes a Rebase witness as an Axum Service" 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.axum] version = "0.6.2" [dependencies.axum-macros] version = "0.3.8" [dependencies.rebase_witness_sdk] version = "0.1.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "full", "macros", ]