# 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_lib" version = "0.2.1" description = "SVG animator-library written in Rust" documentation = "https://docs.rs/rusvid_lib/" readme = "README.md" keywords = [ "svg", "graphics", "animation", ] license = "Apache-2.0" repository = "https://github.com/LetsMelon/rusvid" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.easer] version = "0.3.0" [dependencies.glam] version = "0.22.0" features = ["approx"] [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.6.1" [dependencies.resvg] version = "0.28.0" default-features = false [dependencies.rusvid_core] version = "0.2.0" [dependencies.rusvid_effect] version = "0.2.0" [dependencies.rusvid_video_encoder] version = "0.2.0" [dev-dependencies.approx] version = "0.5.1"