extism-convert 1.30.0

Traits to make Rust types usable with Extism
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 = "extism-convert"
version = "1.30.0"
authors = [
    "The Extism Authors",
    "oss@extism.org",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits to make Rust types usable with Extism"
homepage = "https://extism.org"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/extism/extism"

[features]
default = [
    "msgpack",
    "prost",
    "raw",
]
extism-path = ["extism-convert-macros/extism-path"]
extism-pdk-path = ["extism-convert-macros/extism-pdk-path"]
msgpack = ["rmp-serde"]
raw = ["bytemuck"]

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

[dependencies.anyhow]
version = "1.0.75"

[dependencies.base64]
version = "~0.22"

[dependencies.bytemuck]
version = "1.14.0"
optional = true

[dependencies.extism-convert-macros]
version = "1.30.0"

[dependencies.prost]
version = "0.14.1"
optional = true

[dependencies.protobuf]
version = "3.2.0"
optional = true

[dependencies.rmp-serde]
version = "1.1.2"
optional = true

[dependencies.serde]
version = "1.0.186"

[dependencies.serde_json]
version = "1.0.105"

[dev-dependencies.serde]
version = "1.0.186"
features = ["derive"]