From 6ae1f405eb7b5a22d1e6c6df3a6a72c1674307c8 Mon Sep 17 00:00:00 2001 From: Bat Date: Sun, 10 Jun 2018 12:17:31 +0100 Subject: [PATCH] Remove unecessary dependencies --- Cargo.lock | 13 ------------- Cargo.toml | 3 --- 2 files changed, 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ca0a34b..1aa2eb19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,15 +11,6 @@ dependencies = [ "serde_json 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "activitystreams" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "activitystreams-traits 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "activitystreams-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "activitystreams-derive" version = "0.1.0" @@ -964,9 +955,6 @@ name = "plume" version = "0.1.0" dependencies = [ "activitypub 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "activitystreams 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "activitystreams-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "activitystreams-traits 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "activitystreams-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "array_tool 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1840,7 +1828,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] "checksum activitypub 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c87040997a45d9da90327a11191bda4f2b1812d8c3e2062ea8d539eb8e2bfde7" -"checksum activitystreams 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "638541e5169c839f6581302c50e38876312389475cd911ecc7c446c7491004cc" "checksum activitystreams-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48db826c588a009960d74530e7c215e21fae130f585362504dc6b6357e5ce86b" "checksum activitystreams-traits 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "670ef03168e704b0cae242e7a5d8b40506772b339687e01a3496fc4afe2e8542" "checksum activitystreams-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aff9aa0c3412fe4da72a1f6e4b1c2e9792bfdf1308b709389192f17aa8e2b3cd" diff --git a/Cargo.toml b/Cargo.toml index 815bf6df..c463bff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,6 @@ name = "plume" version = "0.1.0" [dependencies] activitypub = "0.1" -activitystreams = "0.1" -activitystreams-derive = "0.1" -activitystreams-traits = "0.1" activitystreams-types = "0.1" array_tool = "1.0" base64 = "0.9"