ruffle/scanner/Cargo.toml

23 lines
568 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
[dependencies]
2023-10-04 21:47:44 +00:00
clap = { version = "4.4.6", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
2019-10-11 14:19:18 +00:00
log = "0.4"
2023-09-17 21:06:56 +00:00
walkdir = "2.4.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" }
2023-09-25 00:31:32 +00:00
rayon = "1.8.0"
crossbeam-channel = "0.5"
2023-10-04 21:47:44 +00:00
sha2 = "0.10.8"