# 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 = "chord-progression-parser" version = "0.6.2" authors = ["lainNao"] description = "a converter from chord progression strings to AST" readme = "README.md" keywords = [ "music", "chord-progression", "parser", "AST", ] license = "MIT" repository = "https://github.com/lainNao/chord-progression-parser" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.1" optional = true [dependencies.insta] version = "1.34.0" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.1" [dependencies.serde_json] version = "1.0.108" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.typeshare] version = "1.0.1" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-test] version = "0.3.38" [features] default = ["console_error_panic_hook"]