after-effects 0.4.0

High level bindings for the Adobe After Effects® SDK
# 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 = "after-effects"
version = "0.4.0"
authors = ["Adrian Eddy <adrian.eddy@gmail.com>, Moritz Moeller <virtualritz@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level bindings for the Adobe After Effects® SDK"
homepage = "https://developer.adobe.com/after-effects/"
readme = "README.md"
keywords = [
    "motion-graphics",
    "after-effects",
    "graphics",
    "plugins",
]
categories = [
    "graphics",
    "multimedia::video",
    "rendering::graphics-api",
]
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib"
repository = "https://github.com/virtualritz/after-effects/"
resolver = "2"

[features]
artisan-2-api = ["after-effects-sys/artisan-2-api"]
default = []

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

[dependencies.after-effects-sys]
version = "0.4"

[dependencies.bincode]
version = "2.0"
features = ["serde"]

[dependencies.bitflags]
version = "2.11"

[dependencies.cstr-literal]
version = "0.1"

[dependencies.fastrand]
version = "2"

[dependencies.hash32]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.nalgebra]
version = "0.34"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1.21"

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.ultraviolet]
version = "0.10"
features = ["f64"]
optional = true

[dependencies.widestring]
version = "1.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.oslog]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.win_dbg_logger]
version = "0.1"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61"
features = ["Win32_Globalization"]