# 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 = "song_parse" version = "0.0.10" exclude = ["tests/*"] default-run = "cli" description = "A rust library for parsing song metadata from filenames." homepage = "https://docs.rs/song_parse/" documentation = "https://docs.rs/song_parse/0.0.10/song_parse/" readme = "README.md" keywords = [ "metadata", "parser", "library", "cli", "utility", ] categories = [ "parser-implementations", "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/tairenfd/song_parse" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.26" [badges.maintenance] status = "actively-developed"