rice-sdk 0.1.4

Rust sdk for interacting with Rice
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 = "rice-sdk"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust sdk for interacting with Rice"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/rice-ai-hq/rice-rust-sdk"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.rice-core]
version = "0.1.3"

[dependencies.rice-state]
version = "0.1.3"

[dependencies.rice-storage]
version = "0.1.3"

[dependencies.rice-tools]
version = "0.1.3"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.dotenv]
version = "0.15"