apt-decoder/Cargo.toml

20 lines
426 B
TOML
Raw Permalink Normal View History

2016-11-23 23:37:39 +01:00
[package]
name = "apt-decoder"
2022-06-15 21:22:00 +02:00
version = "1.0.1"
2017-09-06 21:25:27 +02:00
authors = ["Sebastian <sebastian@sebastians-site.de>"]
2016-11-23 23:37:39 +01:00
[dependencies]
2023-08-02 20:31:11 +02:00
clap = {version = "4.0.0", features = ["cargo"]}
indicatif = "0.16.2"
hound = "3.4.0"
image = "0.24.0"
eframe = {version = "0.18.0", optional = true}
2023-08-02 20:31:11 +02:00
rfd = "0.11.4"
2022-02-20 20:36:21 +01:00
thiserror = "1.0.30"
[features]
# Defines a feature named `webp` that does not enable any other features.
default = ["ui"]
ui = ["eframe"]