# 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 = "rkrga" version = "0.1.2" authors = ["Varphone Wong "] description = "Rockchip RGA bindings for Rust" documentation = "https://docs.rs/rkrga" categories = ["embedded", "external-ffi-bindings", "graphics"] license = "MIT" repository = "https://github.com/varphone/rkrga.git" resolver = "2" [package.metadata.docs.rs] default-target = "aarch64-unknown-linux-gnu" no-default-features = true [dependencies.rkrga-sys] version = "0.1.1" [dev-dependencies.paste] version = "1.0" [features] default = [] use-bindgen = ["rkrga-sys/use-bindgen"] v1_2_6 = [] v1_3_0 = ["v1_2_6"] v1_3_1 = ["v1_3_0"]