# 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 = "text-file-sort" version = "0.1.2" authors = ["Giora Kosoi"] description = "Sort a text file similar to linux sort" homepage = "https://www.navigatorsguild.io/" readme = "README.md" keywords = [ "text", "file", "sort", "algorithm", "external", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/navigatorsguild/text-file-sort" [dependencies.anyhow] version = "1.0.70" [dependencies.command-executor] version = "0.1.0" [dependencies.data-encoding] version = "2.3.3" [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.1" [dependencies.rlimit] version = "0.10.1" [dependencies.simple_logger] version = "4.1.0" [dependencies.tempfile] version = "3.4.0" [dev-dependencies.benchmark-rs] version = "0.1.1" [dev-dependencies.tikv-jemallocator] version = "0.5.0" [badges.maintenance] status = "actively-developed"