xbm 0.2.0

XBM encoding and decoding library
Documentation
[dependencies.image]
default-features = false
optional = true
version = "0.25.5"

[dependencies.unicode-ident]
version = "1.0.18"

[dev-dependencies.anyhow]
version = "1.0.97"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.32"

[dev-dependencies.image]
default-features = false
features = ["png"]
version = "0.25.5"

[dev-dependencies.indoc]
version = "2.0.6"

[features]
default = ["image"]
image = ["dep:image"]

[lib]
name = "xbm"
path = "src/lib.rs"

[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_debug_implementations = "deny"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[package]
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::encoding", "multimedia::images"]
description = "XBM encoding and decoding library"
documentation = "https://docs.rs/xbm"
edition = "2024"
include = ["/LICENSES", "/README.md", "/src"]
keywords = ["encoding", "image", "xbm"]
license = "Apache-2.0 OR MIT"
name = "xbm"
readme = "README.md"
repository = "https://github.com/sorairolake/xbm-rs"
rust-version = "1.85.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true