sar-core 0.1.1

A Rust library for parsing and rendering SymbolArt (SAR) files from Phantasy Star Online 2.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "sar-core"
version = "0.1.1"
authors = ["shusann01116 <26602565+shusann01116@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing and rendering SymbolArt (SAR) files from Phantasy Star Online 2."
homepage = "https://github.com/shusann01116/sar-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shusann01116/sar-rs"
resolver = "2"

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

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

[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"