| 1 | [package] |
| 2 | authors = ["Kornel LesinĚski <kornel@geekhood.net>" ] |
| 3 | categories = ["rust-patterns" , "multimedia::images" ] |
| 4 | description = "A basic 2-dimensional slice for safe and convenient handling of pixel buffers with width, height & stride" |
| 5 | documentation = "https://docs.rs/imgref/" |
| 6 | homepage = "https://lib.rs/crates/imgref" |
| 7 | keywords = ["interoperability" , "stride" , "plane" , "frame" , "vec2d" ] |
| 8 | license = "CC0-1.0 OR Apache-2.0" |
| 9 | name = "imgref" |
| 10 | readme = "README.md" |
| 11 | repository = "https://github.com/kornelski/imgref" |
| 12 | version = "1.11.0" |
| 13 | edition = "2021" |
| 14 | |
| 15 | [features] |
| 16 | default = ["deprecated" ] |
| 17 | deprecated = [] |
| 18 | |
| 19 | [badges] |
| 20 | maintenance = { status = "actively-developed" } |
| 21 | |
| 22 | [package.metadata.docs.rs] |
| 23 | targets = ["x86_64-unknown-linux-gnu" ] |
| 24 | rustdoc-args = ["--generate-link-to-definition" ] |
| 25 | |