# SPDX-FileCopyrightText: 2024 Yarmo Mackenbach # # SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: MIT [package] name = "dax_core" version = "0.1.0" description = "Common data types for dax-rs" authors = ["Yarmo Mackenbach "] keywords = ["decentralized", "identity"] homepage = "https://keyoxide.org" documentation = "https://dax.keyoxide.org" repository = "https://codeberg.org/keyoxide/dax-rs" license = "MIT OR Apache-2.0" edition = "2021" workspace = ".." readme = "../README.md" [dependencies] serde_json = { workspace = true } thiserror = { workspace = true } [features] default = ["providers"] providers = ["forgejo"] forgejo = []