# 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 = "shanimation-rs" version = "0.1.1" description = "A motion-graphics library written entirely in rust. Still early in prototyping phase." readme = "README.md" keywords = [ "animation", "video", "motion", "graphics", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/EvanCMcPheron/Shanimation-rs" [dependencies.crossterm] version = "0.26.1" [dependencies.dyn-clone] version = "1.0.11" [dependencies.error-stack] version = "0.3.1" [dependencies.error-stack-derive] version = "0.1.0" [dependencies.fast_inv_sqrt] version = "1.0.1" [dependencies.ffmpeg-sidecar] version = "0.4.0" [dependencies.image] version = "0.24.6" [dependencies.imageproc] version = "0.23.0" [dependencies.num-traits] version = "0.2.15" [dependencies.openh264] version = "0.4.0" [dependencies.threadpool] version = "1.8.1"