# 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 = "rusvid_effect" version = "0.2.1" description = "Collection of predefined image effects for rusvid" documentation = "https://docs.rs/rusvid_effect/" readme = "README.md" keywords = [ "svg", "graphics", "animation", ] license = "Apache-2.0" repository = "https://github.com/LetsMelon/rusvid" resolver = "1" [profile.dev.package.rhai] opt-level = 3 [[bench]] name = "effect" harness = false [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.6.1" [dependencies.rhai] version = "1.12.0" optional = true [dependencies.rusvid_core] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8.5" [features] default = ["scripting"] scripting = [ "dep:rhai", "rusvid_core/scripting", ]