# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xfpl" version = "0.1.1" authors = ["Patrick Elsen "] description = "Player and generator for 2D animations" keywords = ["animation", "graphics", "cairo", "manim", "videos"] categories = ["command-line-utilities", "graphics", "rendering", "visualization"] license = "MIT" repository = "https://gitlab.com/xfbs/xfpl" [profile.release] opt-level = 2 lto = "fat" [dependencies.apng] version = "0.2.0" [dependencies.bincode] version = "1.2.1" [dependencies.cairo-rs] version = "0.8" features = ["png", "svg", "v1_16", "use_glib"] [dependencies.clap] version = "2.33.1" [dependencies.ffmpeg-next] version = "4.2.1" features = ["ffmpeg42"] [dependencies.gdk] version = "0.12.1" [dependencies.gif] version = "0.10.3" [dependencies.gio] version = "0.8" [dependencies.glib] version = "0.9.3" [dependencies.gtk] version = "0.8" features = ["v3_24", "embed-lgpl-docs"] [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "1.0.1" [dependencies.png] version = "0.16.3" [dependencies.resvg] version = "0.9.0" features = ["cairo-backend", "text"] [dependencies.rhai] version = "0.14.1" [dependencies.rodio] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.syntect] version = "4.2.0" [dependencies.typetag] version = "0.1.5" [dev-dependencies.assert-impl] version = "0.1"