ic-llm 2.0.0

A library for making requests to the LLM canister on the Internet Computer
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"
rust-version = "1.94"
name = "ic-llm"
version = "2.0.0"
build = false
include = [
    "src",
    "Cargo.toml",
    "../LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for making requests to the LLM canister on the Internet Computer"
homepage = "https://docs.rs/ic-llm"
documentation = "https://docs.rs/ic-llm"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/llm"

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

[dependencies.candid]
version = "0.10.13"

[dependencies.ic-cdk]
version = "0.20.1"

[dependencies.serde]
version = "1.0.217"