# 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 = "sort_algorithms" version = "0.3.5" authors = ["Gabriel Bernardo da Silva"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This package has the implementation of several sort algorithms" homepage = "https://github.com/GabrielBernardoDaSilva/sort" documentation = "https://docs.rs/sort_algorithms/" readme = "readme.md" keywords = [ "sort", "sort_algorithms", "algorithm", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/GabrielBernardoDaSilva/sort" [lib] name = "sort_algorithms" path = "src/lib.rs" [dependencies]