# 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_core" version = "0.2.1" description = "Core library for rusvid" documentation = "https://docs.rs/rusvid_core/" readme = "README.md" keywords = [ "svg", "graphics", "animation", ] license = "Apache-2.0" repository = "https://github.com/LetsMelon/rusvid" resolver = "1" [dependencies.approx] version = "0.5.1" [dependencies.concat-idents] version = "1.1.4" [dependencies.flo_curves] version = "0.6.1" [dependencies.geo] version = "0.23.1" [dependencies.glam] version = "0.22.0" features = ["approx"] [dependencies.image] version = "0.24" features = [ "png", "bmp", "jpeg", ] default-features = false [dependencies.paste] version = "1.0.11" [dependencies.png] version = "0.17.7" [dependencies.resvg] version = "0.28.0" default-features = false [dependencies.rhai] version = "1.12.0" optional = true [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.38" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "js", ] default-features = false [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.image-compare] version = "0.2.3" [dev-dependencies.itertools] version = "0.10.5" [features] scripting = ["dep:rhai"]