assetforge 0.3.2

License-aware discovery and archival helpers for free 3D assets
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 = "2024"
rust-version = "1.85"
name = "assetforge"
version = "0.3.2"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "AGENT_GUIDE.md",
    "LICENSE",
    "CHANGELOG.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "License-aware discovery and archival helpers for free 3D assets"
homepage = "https://github.com/Tknott95/AssetForge"
documentation = "https://docs.rs/assetforge"
readme = "README.md"
keywords = [
    "assetforge",
    "3d",
    "assets",
    "polyhaven",
    "archive",
]
categories = [
    "api-bindings",
    "filesystem",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/Tknott95/AssetForge"

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

[dependencies.blake3]
version = "1"

[dependencies.cap-std]
version = "3.4"

[dependencies.md-5]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls-native-roots",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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