# 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 = "msgpack-numpy" version = "0.1.3" authors = ["Terence Liu terence.liu@clearview.ai>"] description = "A Rust implementation of msgpack-numpy for de-/serializing NumPy scalars and arrays that matches the Python implementation" homepage = "https://github.com/clearviewai/msgpack-numpy-rs" readme = "README.md" keywords = [ "msgpack", "numpy", "serde", "serialization", "ndarray", ] categories = [ "encoding", "science", ] license = "MIT" repository = "https://github.com/clearviewai/msgpack-numpy-rs" [[bin]] name = "test_helpers_serialize" path = "tests/helpers/serialize.rs" doc = false [[bin]] name = "bench_serialize_and_deserialize" path = "benches/bench_serialize_and_deserialize.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.half] version = "2" features = ["num-traits"] [dependencies.ndarray] version = ">=0.15, <0.17" [dependencies.num-traits] version = "0.2" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.thiserror] version = "1" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.rstest] version = "0.22"