# 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.63.0" name = "zetta" version = "0.11.2" authors = [ "Benjamin Sago ", "Denis Cornehl ", ] exclude = [ "/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", ] description = "A modern replacement for ls" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/syphar/zetta" resolver = "2" [package.metadata.deb] license-file = [ "LICENCE", "4", ] depends = "$auto" extended-description = """ zetta is a replacement for ls written in Rust. """ section = "utils" priority = "optional" assets = [ [ "target/release/zetta", "/usr/bin/zetta", "0755", ], [ "target/release/../man/zetta.1", "/usr/share/man/man1/zetta.1", "0644", ], [ "target/release/../man/zetta_colors.5", "/usr/share/man/man5/zetta_colors.5", "0644", ], [ "completions/bash/zetta", "/usr/share/bash-completion/completions/zetta", "0644", ], [ "completions/zsh/_zetta", "/usr/share/zsh/site-functions/_zetta", "0644", ], [ "completions/fish/zetta.fish", "/usr/share/fish/vendor_completions.d/zetta.fish", "0644", ], ] [profile.dev] debug = false [profile.release] lto = true [[bin]] name = "zetta" [dependencies.ansi_term] version = "0.12" [dependencies.datetime] version = "0.5.2" features = ["format"] default-features = false [dependencies.git2] version = "0.13" optional = true default-features = false [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1.3" [dependencies.libc] version = "0.2" [dependencies.locale] version = "0.2" [dependencies.log] version = "0.4" [dependencies.natord] version = "1.0" [dependencies.num_cpus] version = "1.10" [dependencies.number_prefix] version = "0.4" [dependencies.scoped_threadpool] version = "0.1" [dependencies.term_grid] version = "0.2.0" [dependencies.terminal_size] version = "0.1.16" [dependencies.timeago] version = "0.3.1" default-features = false [dependencies.unicode-width] version = "0.1" [dependencies.zoneinfo_compiled] version = "0.5.1" [build-dependencies.datetime] version = "0.5.2" default-features = false [features] default = ["git"] git = ["git2"] vendored-openssl = ["git2/vendored-openssl"] [target."cfg(unix)".dependencies.users] version = "0.11"