# 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.74.1" name = "pace_cli" version = "0.4.5" authors = ["the pace-rs team"] include = [ "LICENSE", "README.md", "CHANGELOG.md", "src/**/*", "Cargo.toml", ] description = "pace-cli - library to support timetracking on the command line" homepage = "https://pace.cli.rs" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/pace-rs/pace" [dependencies.chrono] version = "0.4.35" [dependencies.chrono-tz] version = "0.8.6" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.eyre] version = "0.6.12" [dependencies.getset] version = "0.1.2" [dependencies.pace_core] version = "0" [dependencies.tracing] version = "0.1.40" [dependencies.typed-builder] version = "0.18.1" [lints.clippy] cast_lossless = "warn" complexity = "warn" correctness = "warn" default_trait_access = "warn" doc_markdown = "warn" enum_glob_use = "warn" expect_used = "warn" manual_string_new = "warn" match_same_arms = "warn" module_name_repetitions = "allow" nursery = "warn" pedantic = "warn" perf = "warn" semicolon_if_nothing_returned = "warn" suspicious = "warn" trivially_copy_pass_by_ref = "warn" unwrap_used = "warn" [lints.rust] bad_style = "warn" dead_code = "allow" improper_ctypes = "warn" no_mangle_generic_items = "warn" non_shorthand_field_patterns = "warn" overflowing_literals = "warn" path_statements = "warn" patterns_in_fns_without_body = "warn" rust_2018_idioms = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unconditional_recursion = "warn" unsafe_code = "forbid" unused = "warn" unused_allocation = "warn" unused_comparisons = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_parens = "warn" unused_qualifications = "warn" unused_results = "warn" while_true = "warn"