# 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 = "extsort-lily" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An efficient external merge sort implementation." documentation = "https://docs.rs/extsort-lily" readme = "README.md" keywords = [ "sort", "external", "merge", "mergesort", ] categories = ["algorithms"] license = "BSD-3-Clause" [lib] name = "extsort_lily" path = "src/lib.rs" [[example]] name = "t" path = "examples/t.rs" [[test]] name = "extsort" path = "tests/extsort.rs" [dependencies.tempfile] version = "3" [dev-dependencies.rand] version = "0.8"