[dependencies.anyhow]
version = "1.0"
[dependencies.aws-config]
version = "1.5"
[dependencies.aws-credential-types]
version = "1.2"
[dependencies.aws-sdk-s3]
version = "1.37"
[dependencies.dotenvy]
version = "0.15"
[dependencies.mime_guess]
version = "2.0"
[dependencies.once_cell]
version = "1.19"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json", "multipart", "stream"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tempfile]
version = "3.10"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-util]
features = ["codec"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.wiremock]
version = "0.6"
[[example]]
name = "get_balance"
path = "examples/get_balance.rs"
[[example]]
name = "get_task"
path = "examples/get_task.rs"
[[example]]
name = "image_to_model"
path = "examples/image_to_model.rs"
[[example]]
name = "text_to_model"
path = "examples/text_to_model.rs"
[[example]]
name = "upload_image"
path = "examples/upload_image.rs"
[[example]]
name = "upload_image_s3"
path = "examples/upload_image_s3.rs"
[[example]]
name = "wait_and_download"
path = "examples/wait_and_download.rs"
[lib]
name = "tripo3d"
path = "src/lib.rs"
[package]
authors = ["Jiang Lu <droidream@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "An unofficial Rust SDK for the Tripo3D API"
edition = "2021"
homepage = "https://platform.tripo3d.ai"
keywords = ["sdk", "tripo", "3d-generation"]
license = "MIT"
name = "tripo3d"
readme = "README.md"
repository = "https://github.com/jianglu/tripo-rust-sdk"
version = "0.4.0"
[[test]]
name = "download_model"
path = "tests/download_model.rs"
[[test]]
name = "get_balance"
path = "tests/get_balance.rs"
[[test]]
name = "get_task"
path = "tests/get_task.rs"
[[test]]
name = "image_to_model"
path = "tests/image_to_model.rs"
[[test]]
name = "text_to_model"
path = "tests/text_to_model.rs"
[[test]]
name = "wait_for_task"
path = "tests/wait_for_task.rs"