lr2-oxytabler 0.10.2

Table manager for Lunatic Rave 2
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 = "lr2-oxytabler"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Table manager for Lunatic Rave 2"
homepage = "https://sr.ht/~showy_fence/lr2-oxytabler"
readme = "README.md"
keywords = [
    "bms",
    "game",
    "rhythm-game",
]
categories = ["games"]
license = "MIT"
repository = "https://git.sr.ht/~showy_fence/lr2-oxytabler"

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

[[bin]]
name = "lr2-oxytabler-cli"
path = "src/bin/lr2-oxytabler-cli/main.rs"

[[bin]]
name = "lr2-oxytabler-gui"
path = "src/bin/lr2-oxytabler-gui/main.rs"

[dependencies.alphanumeric-sort]
version = "1.5.3"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.env_logger]
version = "0.11.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.iced]
version = "0.14.0"
features = ["tokio"]

[dependencies.indicatif]
version = "0.18.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.26"

[dependencies.pico-args]
version = "0.5.0"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "charset",
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "fallible_uint",
]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.44.2"

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tempfile]
version = "3.19.1"

[dev-dependencies.test-log]
version = "0.2.17"

[dev-dependencies.tokio]
version = "1.44.2"
features = ["macros"]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1