# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "jagged_array" version = "0.2.4" authors = ["Colin Wallace "] description = "Owned `[[T]]`-like 2D array where each row can differ in length." documentation = "https://docs.rs/jagged_array" readme = "Readme.md" keywords = ["multidimensional", "array", "data-structure"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/Wallacoloo/jagged_array" [dependencies.serde] version = "1.0" [dependencies.try_opt] version = "0.1" [dependencies.streaming-iterator] version = "0.1" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.rand] version = "0.3"