# 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_time" version = "0.1.2" authors = ["the pace-rs team"] description = "pace-time - a library for handling date times, ranges, and durations for pace" 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" features = ["serde"] [dependencies.chrono-tz] version = "0.8.6" features = ["serde"] [dependencies.clap] version = "4" features = [ "env", "wrap_help", "derive", ] optional = true [dependencies.derive_more] version = "0.99.17" features = [ "add", "add_assign", ] default-features = false [dependencies.displaydoc] version = "0.2.4" [dependencies.getset] version = "0.1.2" [dependencies.humantime] version = "2.1.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.typed-builder] version = "0.18.1" [dev-dependencies.eyre] version = "0.6.12" [dev-dependencies.rstest] version = "0.18.2" [features] clap = ["dep:clap"] cli = ["clap"] default = ["cli"] [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"