# 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 = "2018" name = "deepmesa" version = "0.10.0" authors = ["Rahul Singh "] description = "This crate provides fast Data Structures and Algorithms in Rust. Every data structure is hand crafted for performance, well tested and has an extensive API." homepage = "https://www.deepmesa.com" documentation = "https://docs.rs/deepmesa" readme = "README.md" categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/deepmesa/deepmesa-rs" [dependencies.deepmesa-collections] version = "^0.10.0" [dependencies.deepmesa-encoding] version = "^0.10.0"