CGGItemSets/Cargo.toml
nyyu 30af6b2016
All checks were successful
ci/woodpecker/push/linux Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful
chore(deps): update
2024-04-07 11:10:50 +02:00

27 lines
693 B
TOML

[package]
authors = ["nyyu <mail@nyyu.dev>"]
edition = "2021"
resolver = "2"
name = "cggitem_sets"
version = "1.0.0"
include = ["src/**/*"]
[dependencies]
indexmap = {version = "2.2", features = ["serde", "rayon"]}
log = "0.4"
rayon = "1.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = {version = "1.0", features = ["preserve_order"]}
simple_logger = {git = 'https://github.com/phoval/rust-simple_logger.git', default-features = false, features = ["timestamps"]}
ureq = {version = "2.9", features = ["json"]}
[target.'cfg(windows)'.dependencies]
winreg = { git = 'https://github.com/phoval/winreg-rs.git' }
[profile.release]
codegen-units = 1
lto = true
opt-level = 'z'
panic = 'abort'