# 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 = "2018" name = "ruisa" version = "0.0.1" authors = ["Ruixian Zhu "] description = "A light-weighted 2D graphic library." documentation = "https://docs.rs/ruisa/" readme = "README.md" keywords = [ "2d", "rendering", "skia", "canvas", ] categories = ["rendering"] license = "BSD-3-Clause" repository = "https://github.com/stellar-os/ruisa" [dependencies.arrayref] version = "0.3.6" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bytemuck] version = "1.12" features = ["aarch64_simd"] [dependencies.cfg-if] version = "1" [dependencies.image] version = "0.23.14" [dependencies.log] version = "0.4" [dependencies.png] version = "0.17" optional = true [dependencies.ruisa-path] version = "0.0.1" default-features = false [features] default = [ "std", "simd", "png-format", ] no-std-float = ["ruisa-path/no-std-float"] png-format = [ "std", "png", ] simd = [] std = ["ruisa-path/std"]