# 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 = "cfpyo3_rs_core" version = "0.1.13" authors = ["carefree0910 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a collection of performant utilities" homepage = "https://github.com/carefree0910/carefree-pyo3" readme = "README.md" keywords = [ "python", "rust", "pyo3", ] categories = [ "algorithms", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/carefree0910/carefree-pyo3" [lib] name = "cfpyo3_core" crate-type = ["rlib"] path = "src/lib.rs" bench = false [[bench]] name = "array" path = "benches/array.rs" harness = false required-features = ["criterion"] [[bench]] name = "convert" path = "benches/convert.rs" harness = false required-features = ["criterion"] [[bench]] name = "df" path = "benches/df.rs" harness = false required-features = ["criterion"] [dependencies.anyhow] version = "1.0.89" [dependencies.bytes] version = "1.7.2" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.13.0" [dependencies.md-5] version = "0.10.6" [dependencies.memmap2] version = "0.9.5" [dependencies.ndarray-rand] version = "0.14.0" optional = true [dependencies.num-traits] version = "0.2.19" [dependencies.numpy] version = "0.21.0" [dependencies.opendal] version = "0.50.0" features = ["services-s3"] optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rayon] version = "1.10.0" [dependencies.redis] version = "0.26.1" features = ["cluster"] optional = true [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", ] optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tempfile] version = "3.13.0" [features] async-queue = ["tokio"] bench-full = [ "full", "bench-io-mem-redis", ] bench-io-mem-redis = ["io-mem-redis"] criterion = [ "full", "dep:rand", "dep:ndarray-rand", ] default = [] full = [ "io-source-opendal", "io-mem-redis", "async-queue", ] io-mem-redis = ["dep:redis"] io-source-opendal = [ "tokio", "dep:opendal", ] tokio = ["dep:tokio"]