# 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 = "array-object" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Self-describing binary format for arrays of integers, real numbers, complex numbers and strings, designed for object storage, database and single file" readme = "README.md" keywords = [ "data_structures", "binary_data", "object_storage", "database", "debugging", ] categories = [ "data-structures", "encoding", "development-tools::debugging", ] license = "Apache-2.0" repository = "https://github.com/YShoji-HEP/ArrayObject" [lib] name = "array_object" path = "src/lib.rs" [[test]] name = "complex" path = "tests/complex.rs" [[test]] name = "external" path = "tests/external.rs" [[test]] name = "integer" path = "tests/integer.rs" [[test]] name = "real" path = "tests/real.rs" [[test]] name = "string" path = "tests/string.rs" [dependencies.nalgebra] version = "0.33.2" optional = true [dependencies.ndarray_15] version = "0.15.6" optional = true package = "ndarray" [dependencies.ndarray_16] version = "0.16.1" optional = true package = "ndarray" [dependencies.num-complex] version = "0.4.6" [features] allow_float_down_convert = [] default = [] nalgebra = ["dep:nalgebra"] ndarray_15 = ["dep:ndarray_15"] ndarray_16 = ["dep:ndarray_16"]