Skip to content

Commit

Permalink
Remove dag-cbor feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Mar 25, 2024
1 parent 30182db commit 92d23e2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 385 deletions.
148 changes: 2 additions & 146 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ atrium-xrpc-client = { version = "0.5.0", path = "atrium-xrpc-client" }
async-trait = "0.1.68"

# DAG-CBOR codec and CAR format
cid = "0.10.1"
libipld-core = "0.16"
serde_ipld_dagcbor = "0.3"

# Parsing and validation
chrono = "0.4"
Expand All @@ -50,7 +48,7 @@ tokio = { version = "1.36", default-features = false }

# HTTP client integrations
isahc = "1.7.2"
reqwest = { version = "0.11.24", default-features = false }
reqwest = { version = "0.11", default-features = false }

# Errors
anyhow = "1.0.80"
Expand Down
4 changes: 1 addition & 3 deletions atrium-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ keywords.workspace = true
atrium-xrpc.workspace = true
async-trait.workspace = true
chrono = { workspace = true, features = ["serde"] }
cid.workspace = true
http.workspace = true
langtag = { workspace = true, features = ["serde"] }
libipld-core = { workspace = true, features = ["serde-codec"] }
regex.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_bytes.workspace = true
tokio = { workspace = true, optional = true }
libipld-core = { workspace = true, optional = true }

[features]
default = ["agent"]
agent = ["tokio/sync"]
dag-cbor = ["cid/serde-codec", "libipld-core/serde-codec"]

[dev-dependencies]
futures.workspace = true
Expand Down
Loading

0 comments on commit 92d23e2

Please sign in to comment.