# 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 = "dotlottie-rs" version = "0.1.0-alpha.1" authors = [ "Jawish Hameed ", "Sam Osborne ", "Afsal Ali ", ] description = "A tool for rendering Lottie/Dotlottie animations" readme = "README.md" keywords = [ "lottie", "dotlottie", "animation", "graphics", "thorvg", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/LottieFiles/dotlottie-rs" [lib] crate-type = [ "staticlib", "cdylib", "rlib", ] [[bench]] name = "benchmarks" harness = false [dependencies.base64] version = "0.22.1" [dependencies.instant] version = "0.1.13" features = ["inaccurate"] [dependencies.json] version = "0.12.4" [dependencies.jzon] version = "0.12.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.48" [dependencies.zip] version = "2.2.0" features = ["deflate"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.conan2] version = "0.1" [build-dependencies.lazy_static] version = "1.4"