# 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 = "ffmusicsync" version = "1.1.0" authors = ["xNyaDev "] description = "A simple utility which creates an encoded music folder out of your library and keeps it updated using as least ffmpeg runs as possible." homepage = "https://github.com/xNyaDev/ffmusicsync/" keywords = ["ffmpeg", "music-library", "wrapper"] categories = ["command-line-utilities", "multimedia::audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/xNyaDev/ffmusicsync/" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.json_comments] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lofty] version = "0.6.3" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_with] version = "1.14.0"