27 lines
769 B
TOML
27 lines
769 B
TOML
[package]
|
|
name = "raw-rs"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
description = "A library to extract images from camera raw files"
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
keywords = ["raw", "tiff", "camera", "image"]
|
|
categories = ["multimedia::images", "multimedia::encoding"]
|
|
homepage = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/raw-rs"
|
|
repository = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/raw-rs"
|
|
documentation = "https://docs.rs/raw-rs"
|
|
|
|
[features]
|
|
raw-rs-tests = []
|
|
|
|
[dependencies]
|
|
bitstream-io = "2.3.0"
|
|
num_enum = "0.7.2"
|
|
thiserror = { workspace = true }
|
|
tag-derive = { path = "tag-derive" }
|
|
|
|
[dev-dependencies]
|
|
libraw-rs = "0.0.4"
|
|
downloader = "0.2.7"
|