# 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 = "kn" version = "0.3.3" authors = ["micouy"] include = [ "**/*.rs", "init", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE.txt", "CHANGELOG.md", "rustfmt.toml", ] autobins = false description = "nvgt/fldrs/qckly" readme = "README.md" keywords = [ "cli", "utility", "filesystem", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/micouy/kn" [profile.release] lto = true [[bin]] name = "_kn" path = "src/main.rs" [dependencies.alphanumeric-sort] version = "1.4" [dependencies.dirs] version = "4.0" [dependencies.pico-args] version = "0.4" features = [] [dependencies.powierza-coefficient] version = "1.0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies.pretty_assertions] version = "0.7"