# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "timetracking" version = "1.5.20" authors = ["hardliner66 "] description = "Simple time tracker with simple data format" license-file = "LICENSE" repository = "https://github.com/hardliner66/timetracking" [[bin]] name = "tt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.config] version = "0.11.0" features = ["toml"] default-features = false [dependencies.iif] version = "1.2.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.shellexpand] version = "2.1.0" [dependencies.structopt] version = "0.3.21" [features] binary = ["bincode"] default = ["binary"]