mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-19 11:05:08 +02:00
Consistently use bincode's Encode/Decode to avoid issues with incompatible serde features. Support for storing some temporary files as JSON is removed. The size of the "processed" directory is reduced by ~8% with the new default encoding of bincode 2. Performance is more or less unaffected.
12 lines
270 B
TOML
12 lines
270 B
TOML
[package]
|
|
name = "minedmap-types"
|
|
version = "0.1.4"
|
|
description = "Common types used by several MinedMap crates"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bincode = "2.0.1"
|
|
itertools = "0.14.0"
|