rgchart 0.0.13

A library for parsing and writing rhythm game charts.
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 = "2021"
name = "rgchart"
version = "0.0.13"
authors = ["menvae <menvaedev@gmail.com>"]
build = false
exclude = [
    "tests/*",
    ".vscode/*",
    "test-wasm.sh",
    "scripts/*",
    "dist-node/*",
    "dist-web/*",
    "package.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for parsing and writing rhythm game charts."
readme = "README.md"
keywords = [
    "wasm",
    "rhythm-game",
    "parser",
    "converter",
    "writer",
]
categories = [
    "parser-implementations",
    "encoding",
    "wasm",
]
license = "MIT"
repository = "https://github.com/R2O3/rgchart"

[lib]
name = "rgchart"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"
doctest = false

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.serde_yaml_ng]
version = "0.9"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[profile.release]
opt-level = 3
lto = true
debug = 2
strip = false