# 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" rust-version = "1.72" name = "re_tensor_ops" version = "0.11.0" authors = ["rerun.io "] include = [ "../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] publish = true description = "Helpers for using ndarray together with Rerun tensors" homepage = "https://rerun.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/rerun" [package.metadata.docs.rs] all-features = true [dependencies.ahash] version = "0.8" [dependencies.ndarray] version = "0.15" [dependencies.re_types] version = "0.11.0" default-features = false [dependencies.serde] version = "1" features = ["derive"]