ruffle/scanner/Cargo.toml

26 lines
594 B
TOML
Raw Normal View History

2019-10-11 14:19:18 +00:00
[package]
name = "ruffle_scanner"
authors = ["Nathan Adams <dinnerbone@dinnerbone.com>"]
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
2019-10-11 14:19:18 +00:00
[lints]
workspace = true
2019-10-11 14:19:18 +00:00
[dependencies]
2024-02-19 10:08:26 +00:00
clap = { version = "4.5.1", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
2019-10-11 14:19:18 +00:00
log = "0.4"
2024-03-02 07:36:21 +00:00
walkdir = "2.5.0"
2019-10-11 14:19:18 +00:00
serde = { version = "1.0", features = ["derive"] }
2023-10-04 21:47:44 +00:00
csv = "1.3"
indicatif = "0.17"
path-slash = "0.2.1"
swf = { path = "../swf" }
2024-03-01 11:53:55 +00:00
rayon = "1.9.0"
crossbeam-channel = "0.5"
2023-10-04 21:47:44 +00:00
sha2 = "0.10.8"