aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-15 11:18:15 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-15 11:18:15 +0100
commitba6942c04945c2d9b9d4672a68c85d43ade0b5c8 (patch)
treeae5b03f86a66dde3ad3f9177b7ae057222572cbd /Cargo.lock
parent3c77de369e3a6043af63f8e903ef77e990132258 (diff)
downloadjellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar
jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.bz2
jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.zst
fixed implicit tag closing
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock85
1 files changed, 12 insertions, 73 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 51c59ba..bd455e3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -350,45 +350,6 @@ dependencies = [
]
[[package]]
-name = "ebml"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "ebml_derive",
- "env_logger",
- "log",
-]
-
-[[package]]
-name = "ebml-iterable"
-version = "0.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b31d12a9ba3afb88aeef98a2d2547d26d0668b5a53f1f0452fc950a05873c078"
-dependencies = [
- "ebml-iterable-specification",
- "ebml-iterable-specification-derive",
- "futures",
-]
-
-[[package]]
-name = "ebml-iterable-specification"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a991c9097272fc3be18a90f467da4d8148e65a9f83f4c61eddc60a6924ce1fc4"
-
-[[package]]
-name = "ebml-iterable-specification-derive"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6bc71e6e4c22b398a106956e6b29839a6e9b5e9d0a902f98e90d2c59855316ed"
-dependencies = [
- "ebml-iterable-specification",
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "ebml_derive"
version = "0.1.0"
dependencies = [
@@ -498,7 +459,6 @@ checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
- "futures-executor",
"futures-io",
"futures-sink",
"futures-task",
@@ -522,34 +482,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
[[package]]
-name = "futures-executor"
-version = "0.3.25"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
-dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
name = "futures-io"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
-name = "futures-macro"
-version = "0.3.25"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "futures-sink"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -570,7 +508,6 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-io",
- "futures-macro",
"futures-sink",
"futures-task",
"memchr",
@@ -840,6 +777,16 @@ dependencies = [
]
[[package]]
+name = "jellyebml"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "ebml_derive",
+ "env_logger",
+ "log",
+]
+
+[[package]]
name = "jellyremuxer"
version = "0.1.0"
dependencies = [
@@ -875,10 +822,11 @@ version = "0.1.0"
dependencies = [
"anyhow",
"clap",
+ "env_logger",
"jellycommon",
+ "jellyebml",
"log",
"serde_json",
- "webm-iterable",
]
[[package]]
@@ -1998,15 +1946,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
-name = "webm-iterable"
-version = "0.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d7896d663d20a8ca015e3ace5dc58d38b2b9924cc34affa6c75be031f3bbf07"
-dependencies = [
- "ebml-iterable",
-]
-
-[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"