# 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 = "lottie" version = "0.1.0" authors = ["Zimon Tai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bodymovin lottie file format parser and logic layer" readme = "README.md" keywords = [ "lottie", "animation", "parser", "graphics", "bevy", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zimond/lottie-rs/" [lib] name = "lottie" path = "src/lib.rs" [[test]] name = "unit" path = "tests/unit.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.base64] version = "0.22.1" [dependencies.euclid] version = "0.22.7" [dependencies.flo_curves] version = "0.7.2" [dependencies.fontkit] version = "0.5.0-beta.1" [dependencies.glam] version = "0.25.0" [dependencies.log] version = "0.4.17" [dependencies.lyon_path] version = "1.0.4" [dependencies.ordered-float] version = "4.2.0" [dependencies.read_color] version = "1.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_repr] version = "0.1.7" [dependencies.slotmap] version = "1.0.6" [dependencies.thiserror] version = "1.0.30" [dependencies.ureq] version = "2.7.1" [dependencies.url] version = "2.4.1" [dev-dependencies.serde_path_to_error] version = "0.1.7" [target."cfg(not(all(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.dirs] version = "5.0.0"