javy-bless-plugins 0.2.5

javy bless plugins
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 = "javy-bless-plugins"
version = "0.2.5"
authors = ["zees-dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "javy bless plugins"
readme = "README.md"
keywords = [
    "javy",
    "bless",
    "plugins",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/blessnetwork/javy-bless-plugins"

[profile.release]
opt-level = 3
lto = true

[lib]
name = "bless_plugins"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.blockless-sdk]
version = "0.2.1"

[dependencies.javy-plugin-api]
version = "3.0.0"
features = ["json"]

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0.120"

[dependencies.thiserror]
version = "2.0.12"

[features]
crawl = []
crypto = []
default = [
    "crypto",
    "fetch",
    "crawl",
    "wasip1",
]
fetch = []
llm = []
wasip1 = []