ycbust 0.5.0

Library and CLI tool for downloading and extracting the YCB Object and Model Set for 3D rendering and simulation
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 = "ycbust"
version = "0.5.0"
build = false
exclude = [
    ".github",
    "target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library and CLI tool for downloading and extracting the YCB Object and Model Set for 3D rendering and simulation"
homepage = "https://github.com/Agentic-Insights/ycbust"
readme = "README.md"
keywords = [
    "ycb",
    "dataset",
    "3d",
    "robotics",
    "simulation",
]
categories = [
    "command-line-utilities",
    "science::robotics",
]
license = "Apache-2.0"
repository = "https://github.com/Agentic-Insights/ycbust"

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

[[bin]]
name = "ycbust"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "contract"
path = "tests/contract.rs"

[[test]]
name = "readme_snippets"
path = "tests/readme_snippets.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.0"