# 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 = "after-effects" version = "0.2.1" authors = ["Adrian Eddy , Moritz Moeller "] 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/" [lib] name = "after_effects" path = "src/lib.rs" [dependencies.after-effects-sys] version = "0.2" [dependencies.bincode] version = "1.3" [dependencies.bitflags] version = "2.6" [dependencies.cstr-literal] version = "0.1" [dependencies.fastrand] version = "2" [dependencies.hash32] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.33" optional = true [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.20" [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.9" features = ["f64"] optional = true [dependencies.widestring] version = "1.1" [features] artisan-2-api = ["after-effects-sys/artisan-2-api"] catch-panics = [] default = [] [target.'cfg(target_os = "macos")'.dependencies.oslog] version = "0.2" [target.'cfg(target_os = "windows")'.dependencies.win_dbg_logger] version = "0.1"