[package] name = "perch" version = "0.1.0" edition = "2024" [dependencies.tengri] git = "https://codeberg.org/unspeaker/tengri" rev = "6ca3a4a" [dependencies] clap = { version = "^4.5.4", features = [ "cargo" ] } enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" } byte-unit = "^5.1.6" file_type = "^0.8" hex = "^0.4" id3 = "^1.16" lofty = "^0.22.2" opener = "^0.7" opus_headers = "^0.1.2" pad = "^0.1" rusty-chromaprint = "^0.3.0" walkdir = "^2" xxhash-rust = { version = "^0.8.5", features = ["xxh3"] } #base64 = "0.22" #moku = "0.2" #sha2 = "0.10" [profile.release] lto = true [profile.coverage] inherits = "test" lto = false