# 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" rust-version = "1.70.0" name = "nls-ls" version = "0.6.0" build = "build.rs" exclude = [ "/.github/", "/completions/", "/doc/", "Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Yet another ls(1) implementation" homepage = "https://github.com/bydlw98/nls-ls" readme = "README.md" keywords = ["ls"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/bydlw98/nls-ls" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "nls" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.35" features = [ "std", "clock", ] default-features = false [dependencies.compact_str] version = "0.7.1" [dependencies.ignore] version = "0.4.22" [dependencies.itoa] version = "1.0.11" [dependencies.lexopt] version = "0.3.0" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.21" [dependencies.nls_term_grid] version = "0.3.0" [dependencies.once_cell] version = "1.19.0" [dependencies.size_fmt] version = "0.1.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.unicode-width] version = "0.1.11" [dependencies.user_utils] version = "0.3.0" [dev-dependencies.tempfile] version = "3.10.1" [build-dependencies.clap] version = "4.4.6" features = [ "cargo", "wrap_help", ] [build-dependencies.clap_complete] version = "4.4.3" [build-dependencies.clap_mangen] version = "0.2.14" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", ]