# 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 = "kron" version = "2.1.0" description = "Date/time CLI utility" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/kron-rs" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = [ "derive", "wrap_help", ] [dependencies.kron-lib] version = "2.1.0" [dependencies.pager] version = "0.16.1" [dev-dependencies.assert_cmd] version = "2.0.11"