Skip to content
Draft
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
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ version = "0.0.0"
[lib]
crate-type = ["cdylib"]

[package.metadata.patch]
crates = ["skar-client"]

[patch.crates-io]
skar-client = { path="./patch/skar-client-0.16.3" }

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2", default-features = false, features = [
Expand Down
1 change: 1 addition & 0 deletions patch/skar-client-0.16.3/.cargo-ok
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"v":1}
6 changes: 6 additions & 0 deletions patch/skar-client-0.16.3/.cargo_vcs_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"git": {
"sha1": "598b49bbf4fe44008a0728847b147f21a35ff1e5"
},
"path_in_vcs": "skar-client"
}
133 changes: 133 additions & 0 deletions patch/skar-client-0.16.3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "skar-client"
version = "0.16.3"
description = "client library for skar"
license = "MIT"

[dependencies.alloy-dyn-abi]
version = "0.6"

[dependencies.alloy-json-abi]
version = "0.6"

[dependencies.anyhow]
version = "1"

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]

[dependencies.arrow2]
version = "0.18"
features = [
"io_json",
"io_ipc",
"io_ipc_compression",
"io_parquet_zstd",
"io_parquet_lz4",
"io_parquet",
"compute_cast",
]

[dependencies.capnp]
version = "0.19"

[dependencies.faster-hex]
version = "0.9"

[dependencies.fastrange-rs]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.parquet2]
version = "0.17"
features = ["async"]

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
"json",
"rustls-tls",
]
default-features = false

[dependencies.ruint]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.skar-format]
version = "0.2.0"

[dependencies.skar-net-types]
version = "0.2.0"

[dependencies.skar-schema]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"fs",
"test-util",
"rt",
"macros",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.10"
features = ["compat"]

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.maplit]
version = "1"

[dev-dependencies.uuid]
version = "1"
features = ["v4"]
58 changes: 58 additions & 0 deletions patch/skar-client-0.16.3/Cargo.toml.orig

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

Loading