# 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 = "ragged-buffer" version = "0.4.8" authors = ["Clemens Winter "] description = "Efficient RaggedBuffer datatype that implements 3D arrays with variable-length 2nd dimension." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/entity-neural-network/ragged-buffer" [profile.release] debug = true [lib] name = "ragged_buffer" crate-type = [ "cdylib", "rlib", ] [dependencies.ndarray] version = "0.15.4" [dependencies.numpy] version = "0.16.2" optional = true [dependencies.pyo3] version = "0.16.5" features = ["extension-module"] optional = true [features] python = [ "pyo3", "numpy", ]