[package] name = "sylpheed-export" description = "Convert a Project Sylpheed disc into the open asset tree the Godot port reads" version.workspace = true edition.workspace = true license.workspace = true [dependencies] # The decoders, PINNED BY REVISION. Not vendored and not reimplemented: they are # disc-wide verified in their own repository, and floating the pin would let a # decoder change land mid-milestone -- exactly the confusion this prevents. # # `sylpheed_formats::media` in particular owns the cases where one playable thing # is not one archive entry (segment-spanning reads, multi-sub-wave banks, and the # continuous cutscene-voice stream). Do not re-derive those here. sylpheed-formats = { git = "https://git.mc02.dev/fabi/Syplheed-Reborn.git", rev = "8b6dbcf" } serde = { version = "1", features = ["derive"] } serde_json = "1" anyhow = "1" clap = { version = "4", features = ["derive", "env"] } image = { version = "0.25", default-features = false, features = ["png"] }