resolved 0.1.1

Use DaVinci Resolve's Scripting API in Rust with Lua
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.89.0"
name = "resolved"
version = "0.1.1"
authors = ["VilleOlof"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use DaVinci Resolve's Scripting API in Rust with Lua"
homepage = "https://github.com/VilleOlof/resolved"
readme = "README.md"
keywords = [
    "davinci-resolve",
    "scripting-api",
    "lua",
    "studio",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/VilleOlof/resolved"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

[features]
default = [
    "pool",
    "macros",
]
macros = ["dep:resolved_macros"]
pool = []
tracing = ["dep:tracing"]

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

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

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

[[bench]]
name = "simple"
path = "benches/simple.rs"
harness = false

[dependencies.fastrand]
version = "2.5"

[dependencies.futures]
version = "0.3"

[dependencies.interprocess]
version = "2.4.3"
features = ["tokio"]

[dependencies.itoa]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.resolved_macros]
version = "0.1.0"
optional = true

[dependencies.resolved_shared]
version = "0.1.0"

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52"
features = [
    "net",
    "fs",
    "macros",
    "process",
    "io-util",
    "sync",
    "time",
    "rt",
]

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.criterion]
version = "0.5.1"
features = ["async_tokio"]

[dev-dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.0"

[profile.lua]
lto = true
codegen-units = 1
inherits = "release"