[package] name = "lotus-utils-audio" version = "0.2.1" edition = "2021" authors = ["Youn Mélois "] repository = "https://github.com/sehnryr/lotus-lib" homepage = "https://github.com/sehnryr/lotus-lib" description = "Utilities for lotus-lib audio handling." license = "MIT" keywords = ["warframe", "cache", "decompression", "utils", "audio"] categories = ["encoding", "filesystem", "parsing"] exclude = [".*"] [lints] workspace = true [dependencies] anyhow = "1.0.79" bytebuffer = "2.2.0" crc = "3.0.1" log = "0.4.20" lotus-lib = { path = "../", version = "4.0.1" } rand = "0.8.5" zerocopy = "0.7.32"