[package] name = "sort_algorithms" version = "0.3.5" edition = "2021" homepage = "https://github.com/GabrielBernardoDaSilva/sort" authors=["Gabriel Bernardo da Silva"] readme = "readme.md" license = "MIT" keywords = ["sort", "sort_algorithms", "algorithm"] categories = ["development-tools"] description = "This package has the implementation of several sort algorithms" repository = "https://github.com/GabrielBernardoDaSilva/sort" documentation = "https://docs.rs/sort_algorithms/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]