# 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 = "ella" version = "0.1.5" authors = ["Dexter Duckworth "] description = "A streaming time-series datastore for low-latency applications." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CerebusOSS/ella" [package.metadata.cargo-udeps.ignore] development = ["tokio-test"] [dependencies.datafusion] version = "27.0.0" [dependencies.ella-common] version = "0.1.5" features = ["flight"] [dependencies.ella-derive] version = "0.1.5" optional = true [dependencies.ella-engine] version = "0.1.5" [dependencies.ella-server] version = "0.1.5" default-features = false [dependencies.ella-tensor] version = "0.1.5" [dependencies.futures] version = "0.3.28" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] default = [ "derive", "metrics", "protobuf", ] derive = ["ella-derive"] metrics = ["ella-engine/metrics"] protobuf = ["ella-server/protobuf"] pyo3 = [ "ella-engine/pyo3", "ella-tensor/pyo3", "ella-common/pyo3", ]