vpxtool 0.33.1

Terminal based frontend and utilities for Visual Pinball
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "vpxtool"
version = "0.33.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal based frontend and utilities for Visual Pinball"
documentation = "https://docs.rs/vpxtool"
readme = "README.md"
license = "MIT"
repository = "https://github.com/francisdb/vpxtool"

[lib]
name = "vpxtool"
path = "src/lib.rs"

[[bin]]
name = "vpxtool"
path = "src/main.rs"

[[test]]
name = "scores_fixtures"
path = "tests/scores_fixtures.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "string",
]

[dependencies.colored]
version = "3.1.1"

[dependencies.console]
version = "0.16.3"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]

[dependencies.directb2s]
version = "0.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.edit]
version = "0.1.5"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.git-version]
version = "0.3.9"

[dependencies.globset]
version = "0.4.18"

[dependencies.image]
version = "0.25.10"
features = [
    "bmp",
    "exr",
    "gif",
    "hdr",
    "jpeg",
    "png",
    "tga",
    "webp",
    "rayon",
]
default-features = false

[dependencies.indicatif]
version = "0.18.4"

[dependencies.is_executable]
version = "1.0.5"

[dependencies.jojodiff]
version = "0.1.2"

[dependencies.jwalk]
version = "0.8.1"

[dependencies.log]
version = "0.4.29"

[dependencies.num-format]
version = "0.4.4"

[dependencies.pinmame-nvram]
version = "0.4.10"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"
features = []

[dependencies.rust-ini]
version = "0.21.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.toml]
version = "1.1.2"

[dependencies.toml_edit]
version = "0.25"

[dependencies.vpin]
version = "0.26.3"

[dependencies.wild]
version = "2.2.1"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.testdir]
version = "0.9.3"

[target."cfg(not(windows))".dependencies.num-format]
version = "0.4.4"
features = ["with-system-locale"]

[profile.test]
opt-level = 1