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