# 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 = "humnum" version = "0.2.0" authors = [ "Fredrick Brennan ", "`humnumsort` Project Authors", ] description = "Human numeric sorting program — does what `sort -h` is supposed to do!" readme = "README.md" keywords = [ "coreutils", "numeric-sorting", "human-numeric-sort", "stdin", "stdout", ] categories = [ "command-line-utilities", "text-processing", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/ctrlcctrlv/humnumsort" resolver = "1" [lib] name = "humnum" path = "src/lib.rs" [dependencies.atoi] version = "1.0" [dependencies.clap] version = "3.2" features = [ "std", "derive", "wrap_help", "color", ] default-features = false [dependencies.const_format] version = "0.2" [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [features] force_color = []