dusk-data-driver 0.3.1

Data driver contract interface to support json serialization
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 = "dusk-data-driver"
version = "0.3.1"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data driver contract interface to support json serialization"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/dusk-network/rusk"

[lib]
name = "dusk_data_driver"
path = "src/lib.rs"

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

[dependencies.bytecheck]
version = "0.6.12"
default-features = false

[dependencies.dusk-core]
version = "1.4.1"
optional = true

[dependencies.dusk-wasmtime]
version = "21.0.0-alpha"
features = [
    "cranelift",
    "runtime",
    "parallel-compilation",
]
optional = true
default-features = false

[dependencies.parking_lot]
version = "0.12.3"
optional = true

[dependencies.rkyv]
version = "0.7.39"
features = [
    "size_32",
    "alloc",
    "validation",
]
default-features = false

[dependencies.serde]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

[dev-dependencies.base64]
version = "0.22.1"

[features]
alloc = []
reader = [
    "dep:dusk-wasmtime",
    "dep:parking_lot",
    "dep:dusk-core",
]
wasm-export = []