[package] name = "cover" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] musicbrainz_rs = "0.5.0" nanoserde = "0.1.32" pico-args = { version = "0.5.0", features = ["eq-separator", "short-space-opt", "combined-flags"] } tokio = { version = "1.27.0", features = ["full"] } [dev-dependencies] criterion = "0.4.0" rand = "0.8.5" [[bench]] name = "bench_library" harness = false [profile.bench] debug = true