# 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 = "rl-hours-tracker" version = "0.3.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust binary used for calculating the hours played of Rocket League in the past two weeks." documentation = "https://docs.rs/crate/rl-hours-tracker" readme = "README.md" license = "MIT" repository = "https://github.com/OneilNvM/rl-hours-tracker" [lib] name = "rl_hours_tracker" path = "src/lib.rs" [[bin]] name = "rl-hours-tracker" path = "src/main.rs" [dependencies.build_html] version = "2.5.0" [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4.38" [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.12.7" [dependencies.stopwatch] version = "0.0.7" [dependencies.sysinfo] version = "0.31.2" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "rt", "macros", ] [dependencies.webbrowser] version = "1.0.1" [dependencies.zip] version = "2.2.0"