# 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 = "aniy" version = "0.1.2" description = "Rust animation library built on top of svg" readme = "README.md" license = "MIT" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] optional = true [dependencies.log] version = "0.4.21" [dependencies.mathjax] version = "0.1.1" features = ["node"] default-features = false [dependencies.ndarray] version = "0.15.6" [dependencies.open] version = "5.1.2" [dependencies.rayon] version = "1.10.0" [dependencies.resvg] version = "0.41.0" [dependencies.svg] version = "0.17.0" [dependencies.video-rs] version = "0.7.3" features = ["ndarray"] [features] progress = ["dep:indicatif"]