# 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 = "serde-ndim" version = "2.0.2" authors = ["Ingvar Stepanyan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serde support for n-dimensional arrays from self-describing formats" readme = "README.md" keywords = [ "array", "data-structure", "multidimensional", "serde", "serialization", ] categories = [ "encoding", "data-structures", "science", "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/RReverser/serde-ndim" [package.metadata.docs.rs] features = ["docs_rs"] [lib] name = "serde_ndim" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.0" optional = true [dependencies.nalgebra] version = "0.33.0" features = ["alloc"] optional = true default-features = false [dependencies.ndarray] version = "0.16.0" optional = true default-features = false [dependencies.serde] version = "1.0" [dev-dependencies.format_serde_error] version = "0.3.0" features = ["serde_json"] default-features = false [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.serde_json] version = "1.0.95" [features] default = ["std"] docs_rs = [ "arrayvec", "nalgebra", "ndarray", ] std = [] test = [ "nalgebra", "ndarray", "serde/derive", ]