# 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" rust-version = "1.61" name = "openlibspot-audio" version = "0.6.0" authors = ["Paul Lietar "] description = "The audio fetching logic for openlibspot" license = "MIT" repository = "https://github.com/DaBigBlob/openlibspot" [dependencies.aes] version = "0.8" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1" [dependencies.ctr] version = "0.9" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["client"] [dependencies.log] version = "0.4" [dependencies.openlibspot-core] version = "0.6.0" [dependencies.parking_lot] version = "0.12" features = ["deadlock_detection"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "parking_lot", "sync", ]