galago 1.2.0

Galago svg editor
Documentation
[[bin]]
name = "galago"
path = "src/main.rs"

[dependencies.bladvak]
version = "1.1.5"

[dependencies.image]
version = "0.25.9"

[dependencies.resvg]
version = "0.45.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.svg]
version = "0.18.0"

[dependencies.svgtypes]
version = "0.16.0"

[dependencies.xmltree]
features = ["attribute-order"]
version = "0.12.0"

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

[package]
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics"]
description = "Galago svg editor"
documentation = "https://docs.rs/galago"
edition = "2024"
homepage = "https://galago.n4n5.dev"
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml", "assets/*"]
keywords = ["galago", "graphics", "gui", "image", "svg"]
license = "MIT"
name = "galago"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/galago"
version = "1.2.0"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

[profile.dev.package."*"]
opt-level = 2

[profile.release]
opt-level = 2