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]
clap = { version = "4.1.11", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
2019-10-11 14:19:18 +00:00
log = "0.4"
walkdir = "2.3.3"
2019-10-11 14:19:18 +00:00
serde = { version = "1.0", features = ["derive"] }
2023-02-27 02:17:55 +00:00
csv = "1.2"
indicatif = "0.17"
path-slash = "0.2.1"
swf = { path = "../swf" }
2023-03-06 02:02:53 +00:00
rayon = "1.7.0"
crossbeam-channel = "0.5"
sha2 = "0.10.6"