[dependencies]
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[lib]
name = "nine_patch_drawable"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Provides the core functionality to read nine patch bitmaps defined in Android NinePatch drawables and algorithms to scale them."
edition = "2021"
homepage = "https://github.com/kanru/nine_patch_drawable"
license = "MIT OR Apache-2.0"
name = "nine_patch_drawable"
readme = "README.md"
version = "0.1.0"