ruffle/scanner/Cargo.toml

23 lines
569 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]
2022-11-25 16:17:44 +00:00
clap = { version = "4.0.27", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
2019-10-11 14:19:18 +00:00
log = "0.4"
walkdir = "2.3.2"
2019-10-11 14:19:18 +00:00
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
indicatif = "0.17"
path-slash = "0.2.1"
swf = { path = "../swf" }
rayon = "1.6.1"
crossbeam-channel = "0.5"
sha2 = "0.10.6"