2023-03-12 00:23:43 +01:00
|
|
|
[package]
|
|
|
|
name = "sc64deployer"
|
2024-09-29 21:14:55 +02:00
|
|
|
version = "2.20.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Polprzewodnikowy"]
|
2023-08-26 13:37:48 +02:00
|
|
|
description = "SummerCart64 loader and control software"
|
2023-03-12 00:23:43 +01:00
|
|
|
documentation = "https://github.com/Polprzewodnikowy/SummerCart64"
|
|
|
|
|
2024-09-29 20:58:52 +02:00
|
|
|
[build-dependencies]
|
|
|
|
bindgen = "0.70.1"
|
|
|
|
cc = "1.1.18"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[dependencies]
|
2024-07-21 10:48:20 +02:00
|
|
|
chrono = "0.4.38"
|
|
|
|
clap = { version = "4.5.8", features = ["derive"] }
|
|
|
|
clap-num = "1.1.1"
|
|
|
|
colored = "2.1.0"
|
|
|
|
crc32fast = "1.4.2"
|
|
|
|
ctrlc = "3.4.4"
|
|
|
|
encoding_rs = "0.8.34"
|
2023-03-12 00:23:43 +01:00
|
|
|
hex = "0.4.3"
|
2024-07-21 10:48:20 +02:00
|
|
|
image = "0.25.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
include-flate = { version = "0.2.0", features = ["stable"] }
|
2024-07-21 10:48:20 +02:00
|
|
|
libftdi1-sys = { version = "1.1.3", features = ["libusb1-sys", "vendored"] }
|
|
|
|
libusb1-sys = { version = "0.6.5", features = ["vendored"] }
|
2023-03-12 00:23:43 +01:00
|
|
|
md5 = "0.7.0"
|
|
|
|
panic-message = "0.3.0"
|
2024-05-08 20:24:08 +02:00
|
|
|
rand = "0.8.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
rust-ini = "0.18.0"
|
2024-07-21 10:48:20 +02:00
|
|
|
serial2 = "0.2.26"
|
|
|
|
serialport = "4.4.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
strip = true
|