# 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 = "ux-animate" version = "0.1.5" authors = ["Victor Dudochkin "] description = "Backend and runtime agnostic animation library" homepage = "https://angular-rust.github.io/ux-animate" documentation = "https://docs.rs/ux-animate" readme = "README.md" keywords = ["wasm", "web", "webassembly", "gtk", "cairo"] categories = ["multimedia", "wasm", "web-programming", "gui"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-animate" [package.metadata.docs.rs] features = ["dox"] [lib] name = "animate" [dependencies.bytes] version = "1.0.1" [dependencies.float-cmp] version = "0.5" default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.ruex] version = "0.1.1" [dependencies.serde] version = "1.0.123" [dependencies.serde_json] version = "1.0.62" [dependencies.tiny-skia] version = "0.5.1" [dependencies.ux-primitives] version = "0.1.4" [dev-dependencies] [features] dox = ["ffi/dox", "glib/dox", "glib-sys/dox", "gobject-sys/dox", "ux-dx/dox"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.bitflags] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cairo-rs] version = "0.9" features = ["png"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cairo-sys-rs] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ffi] version = "0.1" package = "clutter-sys-rs" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gio] version = "0.9" features = ["v2_58"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gio-sys] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glib] version = "0.10" features = ["v2_58"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glib-sys] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gobject-sys] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pango] version = "0.9" features = ["v1_42"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.png] version = "0.16" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ux-dx] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.gloo] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-logger] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["KeyboardEvent", "ValidityState", "CustomEvent", "Node", "Element", "HtmlElement", "Window", "Document", "CanvasRenderingContext2d", "TextMetrics", "HtmlCanvasElement", "HtmlImageElement", "SvgImageElement", "HtmlVideoElement", "ImageBitmap", "CanvasWindingRule", "Path2d", "CanvasPattern", "CanvasGradient", "HitRegionOptions", "ImageData", "DomMatrix"] [badges.maintenance] status = "actively-developed"