fi-verifiable-data 0.0.6

VC and VP wrapper for rust and WASM. fi-digital-signatures crate is used to sign and verify the data objects.
Documentation
# 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 = "fi-verifiable-data"
version = "0.0.6"
authors = ["Ravindu Wijegunawardhana <ravindu.w@gmail.com"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VC and VP wrapper for rust and WASM. fi-digital-signatures crate is used to sign and verify the data objects."
readme = "README.md"
keywords = [
    "sign",
    "verify",
    "identity",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Fidenz/fi_verifiable_data"

[lib]
name = "fi_verifiable_data"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "vc_test"
path = "tests/vc_test.rs"

[[test]]
name = "vp_test"
path = "tests/vp_test.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.fi-digital-signatures]
version = "0.0.5"
default-features = false

[dependencies.js-sys]
version = "0.3.70"

[dependencies.serde]
version = "1.0.204"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_ignored]
version = "0.1.10"

[dependencies.serde_json]
version = "1.0.122"

[dependencies.wasm-bindgen]
version = "0.2.92"
features = ["serde-serialize"]

[dev-dependencies.hex]
version = "0.4.3"

[features]
wasm = []