# 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-tensor" version = "0.1.5" authors = ["Dexter Duckworth "] description = "Tensor API for the ella datastore." license = "MIT OR Apache-2.0" repository = "https://github.com/CerebusOSS/ella" [dependencies.arrow] version = "42.0.0" [dependencies.comfy-table] version = "7.0.1" [dependencies.derive_more] version = "0.99.17" [dependencies.ella-common] version = "0.1.5" [dependencies.num-traits] version = "0.2.15" [dependencies.paste] version = "1.0.12" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.smallvec] version = "1.10.0" features = ["serde"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3.20" features = ["serde-well-known"] [features] pyo3 = ["ella-common/pyo3"]