hank-types 0.1.54

Generated type definitions for Hank
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 = "hank-types"
version = "0.1.54"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated type definitions for Hank"
homepage = "https://hank.chat"
readme = "README.md"
keywords = [
    "hank",
    "chat",
    "bot",
    "chatbot",
]
license = "MIT"
repository = "https://github.com/hankchat/hank-rust-types"

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

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

[dependencies.derive_builder]
version = "0.20.2"
optional = true

[dependencies.kameo]
version = "0.12.1"
optional = true

[dependencies.prost]
version = "0.13.2"

[dependencies.prost-types]
version = "0.13.3"

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

[features]
builder = ["dep:derive_builder"]
default = ["proto_full"]
hank = [
    "hank-cron",
    "hank-database",
    "hank-message",
    "hank-plugin",
    "hank-user",
]
hank-access_check = ["hank"]
hank-channel = ["hank"]
hank-cron = []
hank-database = []
hank-message = [
    "hank",
    "hank-channel",
    "hank-user",
]
hank-plugin = [
    "hank",
    "hank-access_check",
]
hank-user = ["hank"]
kameo = ["dep:kameo"]
proto_full = [
    "hank",
    "hank-access_check",
    "hank-channel",
    "hank-cron",
    "hank-database",
    "hank-message",
    "hank-plugin",
    "hank-user",
]