sar-core 0.1.0

Core library for SAR file format, providing parsing and rendering capabilities.
Documentation
[dependencies.ages-prs]
version = "=0.1.0"

[dependencies.blowfish]
version = "=0.9.1"

[dependencies.image]
version = "=0.25.6"

[dependencies.imageproc]
version = "=0.25.0"

[dependencies.rayon]
version = "=1.10.0"

[dependencies.thiserror]
version = "=2.0.12"

[[example]]
name = "parse"
path = "examples/parse.rs"

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

[package]
authors = ["shusann01116 <26602565+shusann01116@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core library for SAR file format, providing parsing and rendering capabilities."
edition = "2021"
homepage = "https://github.com/shusann01116/sar-rs"
license = "MIT"
name = "sar-core"
readme = "README.md"
repository = "https://github.com/shusann01116/sar-rs"
version = "0.1.0"