# 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 = "bms-rs" version = "0.4.4" authors = ["MikuroXina "] description = "The BMS format parser." documentation = "https://docs.rs/bms-rs/latest/bms_rs/" readme = "README.md" keywords = [ "bms", "parser", ] categories = ["parsing"] license = "Apache-2.0" repository = "https://github.com/MikuroXina/bms-rs" [dependencies.itertools] version = "0.11.0" [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.190" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.108" optional = true [dependencies.thiserror] version = "1.0.50" [features] bmson = [ "dep:serde", "serde_json", ] default = ["bmson"] serde = ["dep:serde"]