# 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 = "buldak" version = "0.28.1" authors = ["myyrakle "] include = [ "src/lib.rs", "src/lib/*", "Cargo.toml", ] description = "It is a library that provides various sorting functions." homepage = "https://docs.rs/buldak" documentation = "https://docs.rs/buldak" readme = "README.md" keywords = [ "sort", "algorithm", ] license = "MIT" repository = "https://github.com/myyrakle/buldak" [dependencies.rand] version = "0.7.3"