at main 3.7 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "audir-sles" 7version = "0.1.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ea47348666a8edb7ad80cbee3940eb2bccf70df0e6ce09009abe1a836cb779f5" 10 11[[package]] 12name = "audrey" 13version = "0.3.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "58b92a84e89497e3cd25d3672cd5d1c288abaac02c18ff21283f17d118b889b8" 16dependencies = [ 17 "dasp_frame", 18 "dasp_sample", 19 "hound", 20 "lewton", 21] 22 23[[package]] 24name = "byteorder" 25version = "1.5.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 28 29[[package]] 30name = "clickee" 31version = "0.1.0" 32dependencies = [ 33 "quad-snd", 34] 35 36[[package]] 37name = "dasp_frame" 38version = "0.11.0" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6" 41dependencies = [ 42 "dasp_sample", 43] 44 45[[package]] 46name = "dasp_sample" 47version = "0.11.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 50 51[[package]] 52name = "hound" 53version = "3.5.1" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" 56 57[[package]] 58name = "lewton" 59version = "0.9.4" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0" 62dependencies = [ 63 "byteorder", 64 "ogg", 65 "smallvec", 66] 67 68[[package]] 69name = "libc" 70version = "0.2.175" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 73 74[[package]] 75name = "maybe-uninit" 76version = "2.0.0" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 79 80[[package]] 81name = "ogg" 82version = "0.7.1" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "13e571c3517af9e1729d4c63571a27edd660ade0667973bfc74a67c660c2b651" 85dependencies = [ 86 "byteorder", 87] 88 89[[package]] 90name = "quad-alsa-sys" 91version = "0.3.2" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "c66c2f04a6946293477973d85adc251d502da51c57b08cd9c997f0cfd8dcd4b5" 94dependencies = [ 95 "libc", 96] 97 98[[package]] 99name = "quad-snd" 100version = "0.2.8" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "cba0c4943fc67147fbe9d1eb731fb9e678bfc9d926507eebbbfe0103e154e5b0" 103dependencies = [ 104 "audir-sles", 105 "audrey", 106 "libc", 107 "quad-alsa-sys", 108 "winapi", 109] 110 111[[package]] 112name = "smallvec" 113version = "0.6.14" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" 116dependencies = [ 117 "maybe-uninit", 118] 119 120[[package]] 121name = "winapi" 122version = "0.3.9" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 125dependencies = [ 126 "winapi-i686-pc-windows-gnu", 127 "winapi-x86_64-pc-windows-gnu", 128] 129 130[[package]] 131name = "winapi-i686-pc-windows-gnu" 132version = "0.4.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 135 136[[package]] 137name = "winapi-x86_64-pc-windows-gnu" 138version = "0.4.0" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"