diff options
| author | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:25:11 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:25:11 +0100 |
| commit | 219ac9cb92be0a83f11a736105981ffdcf9f23b4 (patch) | |
| tree | bad61156040b16a7bd6735972f6a1ef5a19cbeeb /Cargo.lock | |
| parent | 31fab217a2221d76c79bd0b7b0f2e97fbc23d06b (diff) | |
| download | pokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.tar.gz pokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.zip | |
Update name and remove local dependencies
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 73 |
1 files changed, 43 insertions, 30 deletions
@@ -1559,6 +1559,28 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] +name = "pokebot" +version = "0.1.0" +dependencies = [ + "byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gstreamer 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gstreamer-app 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gstreamer-audio 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tsclientlib 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", +] + +[[package]] name = "ppv-lite86" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2545,6 +2567,7 @@ dependencies = [ [[package]] name = "ts-bookkeeping" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2555,35 +2578,15 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "t4rust-derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-packets 0.1.0", - "tsproto-structs 0.1.0", - "tsproto-types 0.1.0", -] - -[[package]] -name = "ts3bot-test" -version = "0.1.0" -dependencies = [ - "byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gstreamer 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gstreamer-app 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gstreamer-audio 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tsclientlib 0.1.0", - "tsproto-packets 0.1.0", + "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-types 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", ] [[package]] name = "tsclientlib" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2610,15 +2613,16 @@ dependencies = [ "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ts-bookkeeping 0.1.0", - "tsproto 0.1.0", - "tsproto-packets 0.1.0", - "tsproto-structs 0.1.0", + "ts-bookkeeping 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", ] [[package]] name = "tsproto" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2649,13 +2653,14 @@ dependencies = [ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-packets 0.1.0", + "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tsproto-packets" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2675,6 +2680,7 @@ dependencies = [ [[package]] name = "tsproto-structs" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2689,6 +2695,7 @@ dependencies = [ [[package]] name = "tsproto-types" version = "0.1.0" +source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2697,7 +2704,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "t4rust-derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-structs 0.1.0", + "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", ] [[package]] @@ -3236,6 +3243,12 @@ dependencies = [ "checksum trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c9992e58dba365798803c0b91018ff6c8d3fc77e06977c4539af2a6bfe0a039" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" +"checksum ts-bookkeeping 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum tsclientlib 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum tsproto 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum tsproto-types 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
