Add support to encode flac

Update ExtraConfig's default value
This commit is contained in:
2025-08-28 23:12:10 +08:00
parent 7b3b852483
commit 03e7dd220c
10 changed files with 461 additions and 9 deletions

22
Cargo.lock generated
View File

@@ -211,6 +211,15 @@ version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
[[package]]
name = "cmake"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
dependencies = [
"cc",
]
[[package]]
name = "colorchoice"
version = "1.0.4"
@@ -738,6 +747,16 @@ version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]]
name = "libflac-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01b01d08e4f670c184ffe3c3e5efbf0bd6e88c8cca796c278c86bbf49583545c"
dependencies = [
"cmake",
"libc",
]
[[package]]
name = "libtlg-rs"
version = "0.2.2"
@@ -878,6 +897,7 @@ dependencies = [
"int-enum",
"json",
"lazy_static",
"libflac-sys",
"libtlg-rs",
"markup5ever",
"markup5ever_rcdom",
@@ -905,8 +925,6 @@ dependencies = [
[[package]]
name = "msg_tool_macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e18f79ab2d0d7a8685961a7d2007f53570ff988aa0d363503a190eef08c983a1"
dependencies = [
"quote",
"syn",