# 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 = "fitnesstrax" version = "0.1.0" authors = ["Savanni D'Gerinel "] include = ["**/*.rs", "Cargo.toml", "share/", "readme.md", "LICENSE", "CODE_OF_CONDUCT.md"] description = "Fitness tracking on your own computer" homepage = "https://github.com/luminescent-dreams/fitnesstrax" categories = ["health-and-fitness"] license = "BSD-3-Clause" repository = "https://github.com/luminescent-dreams/fitnesstrax" [[bin]] name = "fitnesstrax" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.4" features = ["serde"] [dependencies.dimensioned] version = "0.7.0" [dependencies.emseries] version = "0.5.0" [dependencies.fitnesstrax-lib] version = "0.1.0" [dependencies.fluent] version = "0.9.1" [dependencies.gio] version = "0.8.1" features = ["v2_44"] [dependencies.glib] version = "0.9.0" [dependencies.gtk] version = "0.8.0" features = ["v3_16"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tzdata] version = "0.4.1" [dependencies.unic-langid] version = "0.7.1"