# 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 = "pyella" version = "0.1.5" authors = ["Dexter Duckworth "] description = "Python bindings for the ella datastore." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CerebusOSS/ella" [lib] name = "pyella" crate-type = [ "cdylib", "rlib", ] [dependencies.arrow] version = "42.0.0" features = ["pyarrow"] [dependencies.derive_more] version = "0.99.17" [dependencies.ella] version = "0.1.5" features = ["pyo3"] default-features = false [dependencies.futures] version = "0.3.28" [dependencies.mimalloc] version = "0.1.37" optional = true default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.paste] version = "1.0.12" [dependencies.pyo3] version = "0.19.0" features = ["extension-module"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["rt-multi-thread"] [dependencies.tracing-subscriber] version = "0.3.17" [features] default = [ "mimalloc", "metrics", "protobuf", ] metrics = ["ella/metrics"] protobuf = ["ella/protobuf"]