Skip to content

Commit

Permalink
chore: Remove unused dependencies & files (#45)
Browse files Browse the repository at this point in the history
* chore: Remove unused dependencies & files

* chore: Improve package.json

* fix: Put anyhow back in

* fix: Put bytes dependency back in
  • Loading branch information
matheus23 authored Mar 4, 2024
1 parent 0ca6f34 commit 98db580
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 172 deletions.
132 changes: 0 additions & 132 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .release-please-manifest.json

This file was deleted.

8 changes: 4 additions & 4 deletions car-mirror-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ anyhow = "1.0"
async-trait = "0.1"
axum = { version = "0.7", features = ["http1", "http2"] }
axum-macros = "0.4"
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
bytes = "1.4"
car-mirror = { version = "0.1", path = "../car-mirror", features = ["quick_cache"] }
futures = "0.3"
http = "1.0"
libipld = "0.16"
mime = "0.3"
rcgen = "0.12.1"
serde = "^1"
serde_ipld_dagcbor = { workspace = true }
thiserror = "1.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io"] }
tower-http = { version = "0.5", features = ["cors", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "parking_lot", "registry"] }
wnfs-common = { workspace = true }

[dev-dependencies]
axum-server-dual-protocol = "0.6.0"
axum-server = { version = "0.6", features = ["tls-rustls"] }
axum-server-dual-protocol = "0.6"
rand = "0.8"
rand_chacha = "0.3"
rcgen = "0.12"
test-log = { version = "0.2", default-features = false, features = ["trace"] }
test-strategy = "0.3"
testresult = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "parking_lot", "registry"] }
wnfs-unixfs-file = { workspace = true }

[package.metadata.docs.rs]
Expand Down
33 changes: 22 additions & 11 deletions car-mirror-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
"name": "car-mirror",
"version": "0.1.0",
"description": "Wasm bindings to the rust implementation of the car mirror protocol",
"main": "index.js",
"keywords": [
"car-mirror",
"car",
"mirror",
"protocol",
"ipfs",
"ipld",
"transport"
],
"author": "Philipp Krüger <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/fission-codes/rs-car-mirror#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fission-codes/rs-car-mirror.git"
},
"bugs": {
"url": "https://github.com/fission-codes/rs-car-mirror/issues"
},
"type": "module",
"module": "dist/bundler/car_mirror_wasm.js",
"types": "dist/nodejs/car_mirror_wasm.d.ts",
Expand All @@ -25,16 +43,9 @@
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fission-codes/rs-car-mirror.git"
},
"author": "Philipp Krüger <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fission-codes/rs-car-mirror/issues"
},
"homepage": "https://github.com/fission-codes/rs-car-mirror#readme",
"files": [
"dist"
],
"dependencies": {
"@ipld/unixfs": "^3.0.0",
"fetch-h2": "^3.0.2",
Expand Down
10 changes: 0 additions & 10 deletions init-msg.rhai

This file was deleted.

11 changes: 0 additions & 11 deletions release-please-config.json

This file was deleted.

0 comments on commit 98db580

Please sign in to comment.