Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

43 changes: 21 additions & 22 deletions crates/mohu-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
[package]
name = "mohu-io"
description = "Array serialization and I/O: .npy/.npz, CSV, Apache Arrow IPC, and memory-mapped files"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
mohu-core.workspace = true
arrow.workspace = true
serde.workspace = true
memmap2.workspace = true
thiserror.workspace = true


[package.metadata.cargo-machete]
ignored = ["arrow", "memmap2", "mohu-core", "serde", "thiserror"]
[package]
name = "mohu-io"
description = "Array serialization and I/O: .npy/.npz, CSV, Apache Arrow IPC, and memory-mapped files"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
mohu-core.workspace = true
arrow = { workspace = true, features = ["ipc"] }
serde.workspace = true
memmap2.workspace = true
thiserror.workspace = true

[package.metadata.cargo-machete]
ignored = ["arrow", "memmap2", "mohu-core", "serde", "thiserror"]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading