# 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.80.0" name = "zman" version = "3.1.2" authors = ["azzamsa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a CLI year progress " readme = "README.md" keywords = [ "time", "year", "progress-bar", ] categories = [ "date-and-time", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/azzamsa/zman" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version}-{ target }.tar.gz" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "zman" path = "src/lib.rs" [[bin]] name = "zman" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.13" features = [ "suggestions", "color", "cargo", "derive", ] [dependencies.jiff] version = "0.1.4" [dependencies.owo-colors] version = "4" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1.2"