dancepredictor 0.1.1

StepMania Step Generator
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 = "dancepredictor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "StepMania Step Generator"
homepage = "https://codeberg.org/nobbele/dancepredictor"
readme = "README.md"
keywords = [
    "stepmania",
    "itgmania",
    "ddr",
    "sm",
]
license = "MIT"
repository = "https://codeberg.org/nobbele/dancepredictor"

[features]
cli = ["clap"]

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

[[bin]]
name = "dancepredictor-bin"
path = "src/bin.rs"
required-features = ["cli"]

[dependencies.approx]
version = "0.5.1"

[dependencies.clap]
version = "4.6.1"
optional = true

[dependencies.danceparser]
version = "0.2.1"

[dependencies.ordered-float]
version = "5.3.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rustc-hash]
version = "2.1.2"