# 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 = "hank-pdk"
version = "0.1.51"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust plugin development kit for Hank"
homepage = "https://hank.chat"
readme = "README.md"
keywords = [
    "hank",
    "chat",
    "bot",
    "chatbot",
    "pdk",
]
license = "MIT"
repository = "https://github.com/hankchat/hank-rust-pdk"

[package.metadata.release]
pre-release-commit-message = "Release {{crate_name}} version {{version}}"

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

[dependencies.chrono]
version = "0.4.38"

[dependencies.extism-manifest]
version = "1.6.0"

[dependencies.extism-pdk]
version = "1.2.1"

[dependencies.hank-types]
version = "0.1.50"

[dependencies.prost]
version = "0.13.2"

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.uuid]
version = "1.11.0"
features = ["v4"]