# 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-iter" version = "0.3.1" authors = ["Felix Giese "] exclude = [ "target/**", "flake.*", ".vscode", ".devenv/**", ".direnv/**", ".github/**", ".envrc", ] description = "external sorting for all types for all iterators" documentation = "https://github.com/fegies/extsort-iter" readme = "README.md" keywords = [ "sorting", "external", "iterator", ] license = "MIT" repository = "https://github.com/fegies/extsort-iter" [package.metadata.docs.rs] all-features = true [dependencies.lz4_flex] version = "0.11" optional = true [dependencies.rayon] version = "1" optional = true [dev-dependencies.num_cpus] version = "1" [dev-dependencies.rand] version = "0.8.5" [features] compression = [] compression_lz4_flex = [ "compression", "dep:lz4_flex", ] default = [] parallel_sort = ["dep:rayon"]