hapi-rs 21.0.2

Rust bindings to Houdini Engine API
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"
name = "hapi-rs"
version = "21.0.2"
authors = ["Aleksei Rusev <hou.alexx@gmail.com>"]
build = "build.rs"
include = [
    "/src",
    "build.rs",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to Houdini Engine API"
documentation = "https://docs.rs/hapi-rs"
readme = "README.md"
keywords = [
    "vfx",
    "graphics",
    "gamedev",
    "houdini",
]
categories = [
    "graphics",
    "game-development",
    "rendering",
    "simulation",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/alexxbb/hapi-rs/"
resolver = "2"

[features]
async-cooking = []

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

[dependencies.bytecount]
version = "0.6.9"

[dependencies.debug-ignore]
version = "1.0.5"

[dependencies.duplicate]
version = "2.0.0"
features = []
default-features = false

[dependencies.log]
version = "0.4.28"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pastey]
version = "0.1.1"

[dependencies.temp-env]
version = "0.3.6"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.argh]
version = "0.1.13"

[dev-dependencies.ctrlc]
version = "3.5.0"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.prettytable-rs]
version = "0.10.0"

[dev-dependencies.tinyjson]
version = "2.5.1"