og-bff/bff/Cargo.toml

43 lines
1.3 KiB
TOML

[package]
name = "bff"
version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
autotests = false
[dependencies]
bff-derive = { path = "../bff-derive" }
bilge = { git = "https://github.com/widberg/bilge.git", features = ["serde", "schemars"], branch = "paradiso" }
binrw = { git = "https://github.com/widberg/binrw.git", branch = "paradiso" }
ddsfile = { git = "https://github.com/widberg/ddsfile.git", branch = "master" }
derive_aliases = "0.4"
derive_more = { version = "2.0.1", features = ["full"] }
encoding_rs = "0.8.33"
flate2 = "1.1.1"
hound = "3.5.1"
impl-trait-for-tuples = "0.2.2"
indexmap = { version = "2.0.0", features = ["serde"] }
itertools = "0.14.0"
lz4_flex = { version = "0.11", default-features = false, features = ["std"] }
num-traits = "0.2.15"
pastey = "0.2.1"
petgraph = "0.8.1"
scanf = "2.0.0"
schemars = { version = "0.8.21", features = ["indexmap2"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
clap = { version = "4.5.60", features = ["derive"] }
datatest = { git = "https://github.com/widberg/datatest.git", branch = "main" }
mimalloc = { version = "0.1.48", features = ["v3"] }
[[test]]
name = "tests"
path = "tests/tests.rs"
[lints]
workspace = true