ruffle/scanner/Cargo.toml

26 lines
600 B
TOML
Raw Permalink 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-04-04 11:41:44 +00:00
clap = { workspace = true }
ruffle_core = { path = "../core", features = ["deterministic"] }
2024-04-04 11:56:55 +00:00
log = { workspace = true }
walkdir = { workspace = true }
2024-04-04 12:00:14 +00:00
serde = { workspace = true, 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-25 01:06:03 +00:00
rayon = "1.10.0"
crossbeam-channel = "0.5"
2023-10-04 21:47:44 +00:00
sha2 = "0.10.8"