SummerCart64/sw/deployer/Cargo.toml

28 lines
676 B
TOML
Raw Normal View History

2023-03-02 00:48:01 +01:00
[package]
name = "sc64deployer"
2023-03-10 16:37:08 +01:00
version = "2.12.1"
2023-03-02 00:48:01 +01:00
edition = "2021"
authors = ["Polprzewodnikowy"]
description = "SC64 loader and control software"
documentation = "https://github.com/Polprzewodnikowy/SummerCart64"
[dependencies]
chrono = "0.4.23"
clap = { version = "4.1.6", features = ["derive"] }
clap-num = "1.0.2"
colored = "2.0.0"
crc32fast = "1.3.2"
ctrlc = "3.2.5"
encoding_rs = "0.8.32"
2023-03-03 13:21:16 +01:00
hex = "0.4.3"
2023-03-03 00:26:33 +01:00
image = "0.24.5"
2023-03-10 14:12:18 +01:00
include-flate = { version = "0.2.0", features = ["stable"] }
2023-03-03 13:21:16 +01:00
md5 = "0.7.0"
2023-03-02 00:48:01 +01:00
panic-message = "0.3.0"
2023-03-03 13:21:16 +01:00
rust-ini = "0.18.0"
2023-03-02 00:48:01 +01:00
serialport = { git = "https://github.com/serialport/serialport-rs", branch = "main" }
2023-03-10 14:12:18 +01:00
[profile.release]
lto = true
strip = true